Java GUI (What do u use?)
807603Feb 1 2008 — edited Feb 2 2008ok, 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?