Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java GUI (What do u use?)

807603Feb 1 2008 — edited Feb 2 2008
ok, so, what do u ppl use to do java GUIs?

for me now, i am using JInternal frames - 1 for each form or function of the program. and i noticed that everytime i set the frame's Visible property in NetBeans to false, i can use frame.setVisible(true) in java code. and i noticed that in netbeans, when i change the Visible to true, the size of the frame is 0,0! so i can see it when debuggin i think how do i fix this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2008
Added on Feb 1 2008
3 comments
94 views