JFrame frame( | frame) ; |
Component
frame
;Displays the component in a top-level
JFrame
, centered and packed. Returns the
JFrame
object.
Object load( | filename) ; |
String
filename
;Loads and returns a serialized Java object from
filename
.
void save( | component, | |
filename) ; |
Component
component
;String
filename
;Saves component
in serialized form
to filename
.
Font setFont( | comp, | |
ptsize) ; |
Component
comp
;int ptsize
;Set the font size of component
to
ptsize
and returns the new font.