Yearly Archives | 2014

[JavaSwing] JLabel

Contents Create a simple JLabel Put color, JLabel JLabel background color is often used to display text or images to make the instructions, instructions on the user interface. In the picture above using 4 JLabel user to correctly enter the required information. Example 1: Create simple JLabel result we are 3 JLabel as follows (Note file […]

[JavaSwing] HelloWorld

In this article we will learn some basic steps to create a JFrame – That's roughly the application framework. Example 1: Create 1 frame 250×200 title “HelloWorld” appears in the coordinates (300, 200) on-screen. We have 4 constructor 1 JFrame: JFrame() : Initialize a new frame invisible JFrame(GraphicsConfiguration qc) : Create a Frame is just […]

[Programming] Faster way to learn programming

Must say was very lucky to wander the night came across this article on Blog thanhcuong.wordpress.com. It's very useful for me and hope that you feel that. And please allow authors to be shared and a bit eidt this article ^^. 5 Faster way to learn programming Content 0. Slow but sure 1. Read the sample code 2. Running code 3. Write […]