Yearly Archives | 2014

[CSMM] Happy New Year

Another interesting application for flashy new year =))

[Java] Check the number of elements in Java

Video below will guide you to enter a number and check if it is prime or not. Do không có micro nên nó hơi ồn các bạn cố gắng vậy 😀 Video thứ 2 This will test and generate prime numbers in an array

[Java] For example, network programming in Java

Video below will guide you to a simple example of network programming in Java. The content of the program is to create 1 server and a client connection and receive information for each story. (little-known baby, you wear the headset on nhé)

[CSMM] 40 Tips for good life

If you can do the following things, then your life will certainly have major positive changes =)) Unfortunately, I do very little of these @@ 1- Drink a lot of water 2- Breakfast as King, his lunch like a prince and dinner like he Beggar (Eat a little)

[Ubuntu] Change the theme for Ubuntu

Content Settings Change theme The theme recent version of Ubuntu is installed by default Ambiance theme is very slick and polished. However, if you do not like or for some other reason that want “change air” then this article will help you do that by changing the theme of Ubuntu. To change the theme for Ubuntu, you need to install […]

[Java] Round Robin simulation strategy management process

Strategy Round Robin is one of the strategic management, coordination process. The following will simulate the workings of this strategy. Upper right panel allows the process to enter the turnaround time (Round robin – Import 1 time), name of progress, Time to, running time of the CPU. Upper right panel will show the progress […]

[Java swing] Customize JTabbedPane

In my previous article introduced some basic JTabbenPane, this article we learn a little more for better customization for too JTabbedPane, like the picture below, have closed tab, More tab,… In which the most important is how we have to add new tab button, how each tab it close button tab. We will create 2 file, 1 […]

[Java swing] JTabbedPane in Java

You have to use the notepad or you are using eclipse, NetBean to java code and you can see we have many different tab. This article we will learn JTabbedPane, a component that allows you to create multiple tabs so. Create simple JTabbedPane Consider the following code to do simple demo shown above, in your code has relatively clear explanation. Beneath its code […]

[JavaSwing] JTextArea in Java

JTextArea is a component for displaying multiple lines of text at the same time the user can edit the text. Create a simple JTextArea Now we will practice even an example that allows you to type and edit text. In your code, and images were explained quite clearly the commands performed with JTextArea. Set the font and font color for you JTextArea […]

[Java – C] C function calls in Java – Call C function in Java

Have you ever wanted to write a Java program library but not like some languages (such as C) to perform? That is one reason for you to read this article, or some other reason do you want to use functions from C to Java programs you can run faster! To do this, you should use the letter […]