Results 21 to 24 of 24
- 03-30-2011, 05:09 AM #21
Member
- Join Date
- Mar 2011
- Posts
- 42
- Rep Power
- 0
- 03-30-2011, 05:27 AM #22
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Anything we say would only be re hashing what is covered in the tutorials.
- 03-30-2011, 05:40 AM #23
Member
- Join Date
- Mar 2011
- Posts
- 42
- Rep Power
- 0
Now since the visibility is set to false in my if statement needs to be true. How would you start the if condition. Im very new to this.Java Code:public static void main(String[] args){ JFrame f = new JFrame(); f.setLayout(new BorderLayout()); JTextField tf = new JTextField("You Won"); f.add(tf, BorderLayout.SOUTH); //Changed f.pack(); f.setVisible(false);
- 03-30-2011, 05:45 AM #24
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Similar Threads
-
Importing text data
By gsashwin in forum New To JavaReplies: 1Last Post: 06-21-2010, 07:16 PM -
unable to clear text Field in Multi Screen JFrame GUI Application
By harshalforu in forum AWT / SwingReplies: 1Last Post: 04-26-2010, 01:02 PM -
Importing text into a word document
By Frys82 in forum AWT / SwingReplies: 5Last Post: 08-24-2009, 08:41 PM -
Importing excel sheets into java application
By blizzard in forum New To JavaReplies: 1Last Post: 04-02-2009, 09:59 PM -
Regarding Text Field
By adeeb in forum AWT / SwingReplies: 1Last Post: 06-05-2008, 11:01 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks