|
| |||||||||
| Tags: class, java class, java window class, window, window class |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to use Window class in java?
Hi friend, I just started to study the java language. I am not getting how to use Window class of java. I will need to use this class in my one java project. Because of that I need to be fully aware about Window class along with it's methods. If you have sound knowledge about the Window class, then please let me know the same. I would appreciate your any help over this java class. |
|
#2
| ||||
| ||||
| Re: How to use Window class in java?
A Window object is a top-level window with no borders and no menubar. The default layout for a window is BorderLayout.A window must have either a frame, dialog, or another window defined as its owner when it's constructed.In a multi-screen environment, you can create a Window on a different screen device by constructing the Window with Window(Window, GraphicsConfiguration). The GraphicsConfiguration object is one of the GraphicsConfiguration objects of the target screen device. |
|
#3
| |||
| |||
| Re: How to use Window class in java?
Hi, Please review below methods of Window class:
|
|
#4
| ||||
| ||||
| Re: How to use Window class in java?
Hi friend, I suggest you to go through following nested classes of Window class:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to use Window class in java?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting java class to java bean class | Ucchal | Software Development | 6 | 09-08-2010 11:24 AM |
| ImageIcon class of java | Modifier | Software Development | 5 | 19-02-2010 09:53 AM |
| JCheckBoxMenuItem class of java | Ram Bharose | Software Development | 5 | 18-02-2010 12:11 PM |
| JFormattedTextField class of java | Khan Baba | Software Development | 5 | 17-02-2010 11:37 AM |
| Java Programming Language Basics: Reflection Basics and Class Class | mayuri_gunjan | Guides & Tutorials | 6 | 29-08-2005 01:04 AM |