Swing
JLabel is a display area for a short text string or an image, or both, it is a basic GUI Component defined in Java Swing library. A label does not react
Swing
Traditionally the background color of JLable is transparent, we can change it by using following code: 1 2 3 4 5 6 JPanel panel = new JPanel();
Swing
The needs is that we need have a dialog to ask user user name and password so user are to be granted appropriate privilege to access resource, we will
Swing
JOptionPane is used to prompt up a dialog to accept user input or informs a message, four types of dialog are supported: Message dialog, Confirmation dialog
Swing
JOptionPane Introduction JOptionPane is a basic component defined in Java swing, it makes easy to pop a standard dialog box that accept user input or prompts
Web Services
JAX-RPC QuickOview JAX-RPC (Java API for XML-Based RPC) is an application program interface (API) in the Java Web Services Developer Pack (WSDP), JAX-RPC
Core Java
The clipboard is a set of functions and messages that enables applications to transfer data each other, Java implements the mechanism to transfer data
Core Java
The propose of this tutorial is to guide you how to convert a string data to int in Java, it’s very basic skill for a Java developer. (1).
Swing
After Swing components have been displayed on the screen, they should only be operated on by the event-handling thread. The event-handling thread (or just
Tomcat
I recently developed an online website using tomcat 5.5 as web server, one functionality is that the end user changes their profile and uploads image