The Frame describes the visual interface (GUI) component which is a top level window with a title and a border. The Frame that is put in place like a JFrame item , will often possess adornments like a edge along with a name. Apart from which, the actual JFrame item additionally facilitates control keys items that are accustomed to near or even iconify the actual eye-port. The actual edge region that's contained in the general dimension from the frame could be determined while using getInsets technique. A minumum of one body is usually contained in the GUI dependent software.
1) JFrame()
which creates a new frame that is initially invisible.2) JFrame(GraphicsConfiguration gc)
which creates a Frame in the specified GraphicsConfiguration of a screen device with a blank title.3) JFrame(String title)
which creates a new, initially invisible Frame with the specified title.4) JFrame(String title, GraphicsConfiguration gc)
which creates a JFrame with the specified title and the specified GraphicsConfiguration of a screen device.
This is best video tutorial JFrame basic , all tutorial using eclipse.

4:03 PM
1code
Posted in:
0 comments:
Post a Comment