Results 1 to 5 of 5
Thread: Java Netbeans File Type help
- 01-03-2011, 05:21 PM #1
Member
- Join Date
- Apr 2009
- Posts
- 11
- Rep Power
- 0
Java Netbeans File Type help
Hi, I'm a beginner.
I attached a screenshot of where I'm at.
Trying to start a new File, Swing GUI Forms, JFrame Form.
I watched a youtube tutorial and he does not get the little SEACH box opening that I get.
Can someone tell me what I need to put in the Search box because it will not let me proceed.
- 01-19-2011, 08:00 PM #2
u dont need to put nth in the search box in order to create JFrameForm
Just Go new file---> Swing Gui Forms---> JFrame Form.
- 01-19-2011, 10:19 PM #3
Member
- Join Date
- Oct 2010
- Posts
- 63
- Rep Power
- 0
Did you create a project first?
- 01-19-2011, 10:23 PM #4
Is there an other way ? Create the project you want (Javaaplication)
and then New file Jframe form ..
It contains main method but remember to write FrameName.setVisible(true);
Ex
JFrame myframe= new JFrame();
.
.
.
.
.
myframe.setVisible(true);
otherwise Netbeans will create the frame but u ll never see it.
- 01-19-2011, 11:07 PM #5
Member
- Join Date
- Apr 2009
- Posts
- 11
- Rep Power
- 0
Thanks.
So I was able to work on another computer and did the same task.
This time it worked normally and the Search box never opened. I could just click on the item I want (JFrame Form)
I went back to my problem computer and found that if I enter into the Search box "JFrame Form" it allows me to continue.
I'm aware I can setup JFrame s in other ways but this way should work and it does on one computer I have anyway.
Similar Threads
-
Getting access denied error while importing file using input type="file" with IE7
By sarang1 in forum Advanced JavaReplies: 6Last Post: 02-10-2011, 09:55 AM -
Write to a txt. file, via user input? (java with netbeans)
By Glypsen in forum NetBeansReplies: 6Last Post: 03-01-2010, 07:00 AM -
retain value of input type file in a jsp file while being dynamically generated
By nidhi c in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 09-27-2009, 02:21 AM -
Mime type of a file from web
By Java Tip in forum Java TipReplies: 0Last Post: 03-03-2008, 05:20 PM -
Mime type of a file
By Java Tip in forum Java TipReplies: 0Last Post: 03-03-2008, 05:18 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks