2013年9月11日星期三

I want a Java desktop application , how to get ?

Eclipse loaded it ! What also installed environment ?
Figure

------ Solution - -------------------------------------------
are you laughing at java do
------ Solution - -------------------------------------------

------ Solution ----- ---------------------------------------
landlord has so many technical points, so asked out so no technical problems . . .
------ Solution ---------------------------------------- ----

- ----- Solution --------------------------------------------
landlord spirit is commendable ah ! ! !
------ Solution ---------------------------------------- ----

help ! !            Brother, do you use java interface is asking for trouble , ah, change it !          
must use JAVA ah   Well , but also a jdk environment , go to the next jdk installed on the computer , on the allocation of the environment better. . .
------ For reference only -------------------------------------- -
I was a novice ah
------ For reference not only ---------------------------------------

JAVA ah
------ For reference only ---------------------------------------
times Olympic nobody answers do ?
------ For reference only ---------------------------------------
I was a novice ah     
java strengths than the desktop side , ah, I do not know you toss java, java or toss you .
------ For reference only -------------------------------------- -

help ! !
------ For reference only -------------------------------------- -

help ! !   Brother, do you use java interface is asking for trouble , ah, change it !
------ For reference only -------------------------------------- -

help ! !        Brother, do you use java interface is asking for trouble , ah, change it !  
must use JAVA ah
------ For reference only ------------------------------ ---------
Java desktop applications does not make the best choice , if we must do so , I suggest using the Eclipse RCP landlord technical framework to achieve your needs.
RCP provides a rich interface controls, which makes the development of Java-based desktop applications have become a lot easier , though still can not be based on VB, Delphi for comparison . For developers , despite the use of RCP also to develop desktop applications, but RCP developers to bring more to the feeling that it give full play to the advantages of plug-in system .
------ For reference only -------------------------------------- -
Baidu library has an entry-level introduction RCP article .
http://wenku.baidu.com/view/f4271febf8c75fbfc77db244.html
------ For reference only ------------------- --------------------

help ! !                Brother, do you use java interface is asking for trouble , ah, change it !                
must use JAVA ah        Well , but also a jdk environment , go to the next jdk installed on the computer , on the allocation of the environment better. . .  
I have installed the JDK 1.7
------ For reference only -------------------------- -------------

help ! !                    Brother, do you use java interface is asking for trouble , ah, change it !                      
must use JAVA ah            Well , but also a jdk environment , go to the next jdk installed on the computer , on the allocation of the environment better. . .          
I have installed the JDK 1.7   it lacks the chanting, write directly on the line. . . estimated hello will be very light pain . . .
------ For reference only -------------------------------------- -

help ! !                        Brother, do you use java interface is asking for trouble , ah, change it !                            
must use JAVA ah                Well , but also a jdk environment , go to the next jdk installed on the computer , on the allocation of the environment better. . .                
I have installed the JDK 1.7        it lacks the chanting, write directly on the line. . .    estimated hello will be very light pain . . .  

election which

------ For reference only ---------------------------------- -----

help ! !                            Brother, do you use java interface is asking for trouble , ah, change it !                                  
must use JAVA ah                    Well , but also a jdk environment , go to the next jdk installed on the computer , on the allocation of the environment better. . .                      
I have installed the JDK 1.7            it lacks the chanting, write directly on the line. . .      estimated hello will be very light pain . . .          
     
election which   
  Select jse-1.7
------ For reference only ------------------------------ ---------


such a way, how to build a form
------ For reference only ------------------------- --------------

     
such a way, how to build a form  
build a class that inherits JFrame, form coming out. Waiting egg pain it
------ For reference only --------------------------------- ------

     
such a way, how to build a form   Brother ah, the eclipse interface to do write a lot of code , Frome class is a form class , Panel is a panel type , but also the Button button class , the new one came out , plus listener class , many, many . . . I suggest you go online to find some sort of tutorial it, a lot , otherwise nothing about how to write ?
------ For reference only -------------------------------------- -

         
such a way, how to build a form          
build a class that inherits JFrame, form coming out. Waiting egg pain it  
Thanks know, knot posted, most give you points
------ For reference only ---------------------------------------

         
such a way, how to build a form        Brother ah, the eclipse interface to do write a lot of code , Frome class is a form class , Panel is a panel type , but also the Button button class , the new one came out , plus listener class , many, many . . . I suggest you go online to find some sort of tutorial it, a lot , otherwise nothing about how to write ?  


frame = new JFrame("apk");
frame.setBounds(100, 100, 450, 400);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Container contentPane = frame.getContentPane();

jlabel1=new JLabel();
jlabel1.setText("androidID:");
jlabel1.setLocation(100, 50);
contentPane.add(jlabel1);

jlabel2=new JLabel();
jlabel2.setText("CPUID:");
jlabel2.setLocation(100, 80);
contentPane.add(jlabel2);

I wrote two controls can only see a why, additional controls will be able to continue to see the last one
------ For reference only ------ ---------------------------------

             
such a way, how to build a form            Brother ah, the eclipse interface to do write a lot of code , Frome class is a form class , Panel is a panel type , but also the Button button class , the new one came out , plus listener class , many, many . . . I suggest you go online to find some sort of tutorial it, a lot , otherwise nothing about how to write ?          
  
  

frame = new JFrame("apk");
frame.setBounds(100, 100, 450, 400);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Container contentPane = frame.getContentPane();

jlabel1=new JLabel();
jlabel1.setText("androidID:");
jlabel1.setLocation(100, 50);
contentPane.add(jlabel1);

jlabel2=new JLabel();
jlabel2.setText("CPUID:");
jlabel2.setLocation(100, 80);
contentPane.add(jlabel2);
  
I wrote two controls can only see a why, continue to be able to see the last one additional controls   control layout seems to be the question , what is not set , is the default layout , setLocation is of no use , you first setLayOut (null) written on , which means that you set a custom layout. Then add the label when using setLocation () for control positioning . I'm not sure , you try it, for a long time did not write this stuff of bad luck . . .
------ For reference only -------------------------------------- -

you are to laugh at this precipice of Java .

没有评论:

发表评论