Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. reza123

    I have a problem with setVisible(true) !!!!!!

    Hi! I have a solution ;-) We need further methods. 1. addNotify(); 2. validate(); import java.awt.*; public class WidthTest { public static void main(String args[]) { Frame f = new Frame(); f.addNotify(); // You must call this method f.setSize(200, 100)...
  2. reza123

    I have a problem with setVisible(true) !!!!!!

    Hi! Could you tell me please, how can I use the method getSize() before I call the method setVisible(true)?? If I call the method getSize() before setVisible(true) then return getSize() only 0 !!!!! I must call getSize() before setVisible(true). I tried to call the methods addNotify() and...

Part and Inventory Search

Back
Top