Blogs about: Java Tips

Featured Blog

Application Performance Optimization Tips

harjitdelhi wrote 3 weeks ago: In my experience, mostly database is the bottleneck, so the prime objective should be to optimize qu … more →

Tags: Performance Optimization

How to get the current date in java

leppastar wrote 4 months ago: import java.util.*; public class Demo{ static String[] month = {”January”, “F … more →

How to change to Look and Feel of your java program to the user's OS?

leppastar wrote 4 months ago: use UIManager.. UIManager.setUILookAndFeel(UIManager.getSystemLookAndFeelClassName()); //remember to … more →

How to set the size of a frame into the user's screensize in java?

leppastar wrote 4 months ago: use toolkit.. JFrame frame = new JFrame(”Frame”); frame.setSize(Toolkit.getDefaultToolki … more →

StackDemo shows how to use the linear set of objects

ke sopha wrote 4 months ago: //— class StackDemo shows how to use the linear set of objects —// import java.applet.*; … more →

Hide Password From Command Line

ke sopha wrote 4 months ago: HidePasswordFromCommandLine.java import java.io.*; /** * Created on Feb 21, 2003 */ public class Hid … more →

Input through Keyboard

ke sopha wrote 4 months ago: /*The following program is written in a very simple form to show the keyboard input from the program … more →

Appendix A

ke sopha wrote 4 months ago: Where to Go from Here: Java Resources Now that you have finished this book, you might be wondering w … more →

Hour 24 Making Your Knowledge Add Up

ke sopha wrote 4 months ago: Most of the programs you created during the first 20 hours of this book were short tutorials intende … more →

Hour 23 Spicing Up a Web Page

ke sopha wrote 4 months ago: When Java was released to the public in late 1995, its creators had some lofty intentions for the pr … more →

Hour 22 Writing a Game for the Web

ke sopha wrote 4 months ago: With the Die class you created during the last hour, you can add dice to any of your Java programs. … more →

Hour 21 Playing Games with Java

ke sopha wrote 4 months ago: At this point, you have more than enough Java programming skills to be a danger to yourself and othe … more →

Hour 20 Responding to User Events

ke sopha wrote 4 months ago: The graphical user interface that you developed during the past hour can run on its own without any … more →

Hour 19 Building a Simple User Interface

ke sopha wrote 4 months ago: Because of the popularity of Microsoft Windows and Apple Macintosh systems, computer users have come … more →

Hour 18 Creating Animation

ke sopha wrote 4 months ago: Like the final voyage of the S.S. Minnow, the trip through the visual side of Java programming is a … more →

Hour 17 Working with Graphics

ke sopha wrote 4 months ago: During the previous hour you had a chance to experience the joy of text by displaying strings in a v … more →

Hour 16 Using Fonts and Color in Applets

ke sopha wrote 4 months ago: A famous catchphrase from the television show Saturday Night Live during the 1980s was, “It … more →

Hour 15 Sending Parameters to Applets

ke sopha wrote 4 months ago: Now that you have had some experience writing computer programs, you might be feeling one of the str … more →

Hour 14 Creating a Threaded Applet

ke sopha wrote 4 months ago: A computer term that is used often to describe the hectic pace of daily life is multitasking. (Anoth … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

Find other items tagged with “java-tips”:
Technorati Del.icio.us IceRocket