JAVA OLYMPUS.com


aa Contact Us aa Home aa About Us aa Sign Up aa Free Java Books aa Java Books




DRAG AND DROP

   
JAVA 2
Subcategories

JAVA LANGUAGE
   Getting Started
   Java Fundamentals

J2SE
   Annotations
   Applets
   Auto Boxing
   AWT
   Beans
   Collections
   Ennumerated Types
   Exceptions
   Garbage Collection
   Generics
   Immutable Types
   Internationalization
   JNI
   JVM
   I/O
   Logging
   Preference
   Reflection
   Serialization
   RunTime (JRE)
   Threads
  Database Access
   JDBC
   SQLJ
   JDO
  JFC
   J2D
   Drag & Drop
   Swing
  Media
   J2D
   J3D
   JAI
   JMF
   JTAPI
   IMAGE I/O
   SDT
   Sound (JSAPI)
   Speech
  Networking
   CORBA
   JNDI
   IDL
   RMI/IIOP
   Sockets
  Security
   JAAS
   JCE
   JSSE

JINI
   Spaces

OTHER
   Java Agents
   Java Performance
   Java Design
   AOP
   Java Certification


JAVA NETWORK
   JavaOlympus
   J2EEOlympus
   JSPOlympus
   J2meOlympus





How to drag and drop with Java 2, Part 1 Drag and drop (D&D) is an intuitive GUI gesture used for transferring data from one GUI component to another. This article explores the D&D classes introduced in the Java 2 platform (formerly JDK 1.2). To demonstrate the transfer of textual data locally (within a single Java virtual machine) and remotely (to other JVMs or native programs), seasoned Java instructor Gene De Lisa shows you how to subclass a Swing (JFC) component.
How to drag and drop with Java 2, Part 2 Drag and drop (D&D) is an intuitive GUI gesture used for transferring data from one GUI component to another. This second article in the drag and drop series explores how you can transfer data besides text and discusses the issues involved with developing a library of D&D-enabled project Swing components
Drag and Drop Enhancements for JavaTM 2 SDK, Standard Edition, v 1.3 Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. Normally driven by a physical gesture of a human user using an appropriate input device, Drag and Drop provides both a mechanism to enable continuous feedback regarding the possible outcome of any subsequent data transfer to the user during navigation over the presentation elements in the GUI, and the facilities to provide for any subsequent data negotiation and transfer.
Java Tip 97: Add drag and drop to your JTrees Among other features, Java 2 has provided Java programmers with the ability to build drag and drop into their GUI components.
Drag and Drop with Swing This article focuses on drag and drop fundamentals. It is Part 1 of a two-part article on drag and drop with Swing. The second article will discuss Swing-specific considerations, including drag and drop between Swing components and native applications.

   DRAG AND DROP
HOME PAGE:
DRAG AND DROP

FAQ:
JFC FAQ
Drag and Drop FAQ
JGuru Swing FAQ

WHITE PAPERS:
JFC
Swing Architecture

SPECS:
java language

DOCS:
JFC

DOWNLOADS:
J2SE 1.1
J2SE 1.2
J2SE 1.3
J2SE 1.4

NEWSGROUPS:
com.lang.java

ARTICLES:
Sun Articles

TUTORIALS:
Swing Tutorial 1
Swing Tutorial 2
Swing Tutorial 3
Swing: A Quick Tutorial
Other Swing Features
Swing Basics 1
Swing Basics 2
Swing FindTutorial
Swing Tips
Visual Index

FORUMS:
JFC Forum

USER GROUPS:
Java User Groups

BOOKS:
Free Drag and Drop Books
Drag and Drop Books