• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:13    Start  Previous  Next  Last    goto:
    How-to make a JAVA GUI Application
    ON: 2007-08-03 13:34:54
    In this tutorial you will be given the knowledge of GUI, how to make frames, panels, buttons and how to display dialog boxes. As usual, the article will take the naughty approach to teach the good stuff.
    38 times | category:
    Adding File Filters to the JFileChooser Dialog
    ON: 2007-08-03 13:34:16
    When using the JFileChooser dialog to open files, you will usually want to give the user a list of filters to make finding a file of a specific type easier. When using the JFileChooser to dialog to save files, you will usually want to give the user a list of types that they can save the file as. This tutorial will show how to do this. This tutorial will show how to create a file filter to only show text files and a file filter that shows only files that are less than a month old.
    21 times | category:
    Using Custom Cursors in Java
    ON: 2007-08-03 13:33:51
    This tutorial shows how to go beyond the predefined cursors in Java and create your own cursors using a GIF or PNG that are displayed when the user moves the mouse over a Java component (AWT or Swing).
    15 times | category:
    Exiting an Application when a JFrame is Closed
    ON: 2007-08-03 13:33:23
    This tutorial shows how to change the default close action to exit the application when the window is closed. In additon, this discusses the different close actions.
    8 times | category:
    Introduction to Glass Panes
    ON: 2007-08-03 13:27:51
    This tutorial provides an introduction to using the glass pane in a JFrame and JApplet.
    11 times | category:
    Using HTML in Java Swing Controls
    ON: 2007-08-03 13:27:04
    Have you ever wanted to provide text formatting in a Swing control? Have you ever wanted to have multiple lines of text in a tab? This tutorial will show you how to use the simplicity of HTML to provide flexible and powerful text formatting in Swing controls.
    19 times | category:
    Introduction to Swing
    ON: 2007-08-03 13:20:50
    This introduction to using Swing in Java will walk you through the basics of Swing. This covers topics of how to create a window, add controls, position the controls, and handle events from the controls.
    261 times | category:
    Native Look and Feel in Java
    ON: 2007-08-03 13:15:03
    By default a Swing application or applet does not have the native look and feel of the operating system. This tutorial shows how to modify your application to use the correct look and feel for the platform.
    11 times | category:
    Center a Dialog Box, Frame or Window in Java
    ON: 2007-08-03 13:06:10
    This tutorial looks at how to center a dialog box, frame, or window in Java. You will also learn how to extend the JDialog class to create a self-centering dialog box.
    12 times | category:
    JTabbedPane in Windows XP
    ON: 2007-08-03 12:52:10
    In Java 1.5, Sun implemented the Windows XP look and feel for the JTabbedPane. Learn how to modify your JTabbedPane to take advantage of the new Windows XP look and feel.
    18 times | category:
    Taking Screenshots in Java
    ON: 2007-08-03 12:51:39
    Have you ever wanted to grab a screenshot from your Java application? Here's a quick tutorial on how to grab a screenshot and save it to a JPEG and PNG file. This shows how to use the Robot class to capture the screen image and the ImageIO API to save it as a JPG and PNG.
    10 times | category:
    Swing's new JFormattedTextField component
    ON: 2007-08-03 12:51:00
    Accepting formatted input doesn't have to be difficult with input verifiers and focus listeners. This installment of Magic with Merlin shows you how to use the new JFormattedTextField component to prompt for numbers, dates, and formatted input. The Java 2 Standard Edition (J2SE), version 1.4, adds two new Swing components to the palette of available GUI elements: JSpinner and JFormattedTextField.
    19 times | category:
    Intelligent data keeps Swing simple
    ON: 2007-08-03 11:42:48
    This generic Swing architecture eases your UI development by integrating intelligent data with Swing components. You can use the iData architecture to create a central repository of data within your application. By doing so, you'll more fully separate data from presentation and produce code that's cleaner and easier to maintain. This article explains how to use the iData technique to ease complex GUI development.
    10 times | category:
    this:1/1 25records  total:13    Start  Previous  Next  Last    goto:

    Category

      Applet Building (2)
      Application Building (3)
      Communication (1)
      Database Related (8)
      Development (12)
      EJB (14)
      Game Programming (2)
      General Java (38)
      Javabeans (4)
      JSP and Servlets (8)
      Miscellaneous (23)
      Networking (1)
      Security (2)
      Swing (13)
      WAP and WML (1)
      XML and Java (0)