Hi, I found out that this code described, did not work. Instead, you can use:
import javax.swing.JFrame;
class ShowAFrame {
public static void main(String args[]) {
JFrame myFrame = new JFrame();
String myTitle = "MyTitle";
myFrame.setTitle("Blank Frame");
myFrame.setSize(200, 200);
myFrame.setDefaultCloseOperation
(JFrame.EXIT_ON_CLOSE);
myFrame.setVisible(true);
}
}
Greetings from holland :)
i want to develop an application on java using netbeans7.0 software ...
motive is:
1. 1st of all developing a GUI .
2. giving buttons.
so should i proceed in swing GUI forms and MDI application?
i m not sure how to proceed .... plz help me.
which way i should proceed.... plz advice..
hi. my name is mohsen.i'm from iran.i want to study java programming.i'm new.how can i debug this code.it dosen't work(i use NetBeans IDE 7.1.2)
tanks.i'm wating
hi. my name is mohsen.i'm from iran.i want to study java programming.i'm new.
how can i debug this code.it dosen't work(i use NetBeans IDE 7.1.2)
tanks
hi. my name is mohsen.i'm from iran.i want to study java programming.i'm new.
how can i debug this code.it dosen't work(i use NetBeans IDE 7.1.2)
tanks
Other way to write a frame Rowan June 22, 2011 at 2:25 AM
Hi, I found out that this code described, did not work. Instead, you can use: import javax.swing.JFrame; class ShowAFrame { public static void main(String args[]) { JFrame myFrame = new JFrame(); String myTitle = "MyTitle"; myFrame.setTitle("Blank Frame"); myFrame.setSize(200, 200); myFrame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); myFrame.setVisible(true); } } Greetings from holland :)
network monitoring tooldebasish deb December 19, 2011 at 10:36 PM
i want to develop an application on java using netbeans7.0 software ... motive is: 1. 1st of all developing a GUI . 2. giving buttons. so should i proceed in swing GUI forms and MDI application? i m not sure how to proceed .... plz help me. which way i should proceed.... plz advice..
How to make Maximize Frame?Supandi December 23, 2011 at 7:59 AM
hi,,, programmer java.. how to making the maximize frame size...??
doubts.vinodhini January 7, 2012 at 11:03 AM
how can we create a wireless connection using java
how to create a frame in a java nilesh savaliya January 15, 2013 at 4:36 PM
plz help me how to create a frame in a java give the example with solution help
javavikram prajpait January 16, 2013 at 2:18 PM
learn java
jframemie an February 13, 2012 at 7:23 AM
good program ,even though i cannot really understand
Jframesamina mulani February 18, 2012 at 6:00 PM
Its simple n good eg to start...
javavenkat April 13, 2012 at 7:33 PM
OK. I WILL TRY TO DOO THIS THANKS FOR U R HELP
how to become a good java programmerfestus June 9, 2012 at 10:42 PM
Please i need someone to be my tutor on java. Please
studiessuresh July 12, 2012 at 4:23 PM
java work into jobs company site
how to learn java programs?ajay July 23, 2012 at 11:23 PM
java programming language is easy or hard can you explain me with examples in my email id?
youfadlhee August 9, 2012 at 4:12 PM
nice code but too easy!
how can i debug this codemohsen August 16, 2012 at 9:04 PM
hi. my name is mohsen.i'm from iran.i want to study java programming.i'm new.how can i debug this code.it dosen't work(i use NetBeans IDE 7.1.2) tanks.i'm wating
i need help somohsen August 16, 2012 at 9:08 PM
hi. my name is mohsen.i'm from iran.i want to study java programming.i'm new. how can i debug this code.it dosen't work(i use NetBeans IDE 7.1.2) tanks
i need help somohsen August 16, 2012 at 9:10 PM
hi. my name is mohsen.i'm from iran.i want to study java programming.i'm new. how can i debug this code.it dosen't work(i use NetBeans IDE 7.1.2) tanks
me myself and ipedro August 23, 2012 at 3:39 PM
i dont like your freaking codes! its just to easy! Even 4 years old child and below can also do that!
javavijayakumar.s September 24, 2012 at 7:31 PM
i can have more thing in frames
Post your Comment