-[Latest] How to build Java environment on Ubuntu
-[Even beginners can do it! ] How to create a Java environment on Windows 10 (JDK14.0.1)
-[Easy-to-understand explanation! ] How to use Java instance
-[Even beginners can do it! ] How to install Eclipse on Windows 10 (Java environment construction)
As prior knowledge, the contents of the above link are required.
--JFrame
is one of the Swing
classes, and is a class for creating "a central window
with an outer frame ".
[Help] → [Install New Software]
.
Add
button.
for the name and
http://download.eclipse.org/releases/oxygen` for the location.
[General Tools] → [Swing Designer]
and click Next
.
Swing Designer
and click Next
.
I accept the terms of the Terms of Use
and click the Finish
button.
software installation
is complete, restart
.[New] → [Java Project]
.
TestFrame
as the project name, select JavaSE-1.8
to use the execution environment JRE, and click the Finish
button.
[New (N)] → [Other]
.
[WindowBuilder] → [Swing Designer] → [JFrame]
and click Next
.
test1
in the package and Test1
in the name and click Next
.
[Run (R)]-> [Run (S)]-> [Java Application]
.
-[Useful to remember !!!] Easy creation of constructor and getter / setter in Eclipse -[Useful to remember !!!] Easy creation of inherited class in Eclipse -[Even beginners can do it! ] How to write Javadoc -[Easy-to-understand explanation! ] How to use Java overload -[Easy-to-understand explanation! ] How to use Java encapsulation -[Easy-to-understand explanation! ] How to use Java inheritance [Override explanation] -[Easy-to-understand explanation! ] Type conversion of reference type in Java -[Easy-to-understand explanation! ] How to use Java polymorphism -[Easy-to-understand explanation! ] How to use ArrayList [Java]
Recommended Posts