Package edu.stanford.nlp.swing

Collection of useful classes for building Swing GUIs.

See:
          Description

Class Summary
ButtonRolloverBorderAdapter MouseListener to only show the border of a button on rollover.
FontDetector Detects which Fonts can be used to display unicode characters in a given language.
MenuSavvyUndoManager UndoManager that maintains an undo and redo menu to the current undo state.
PropertyPanel UI for a key/value property with an on/off checkbox.
SmartCaret Caret that implements smart-drag-selection ala MS Word.
SwingUtils Collection of static utility methods for working with swing guis.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
XYPlotFrame This application displays a JFrame that you can draw in.
 

Package edu.stanford.nlp.swing Description

Collection of useful classes for building Swing GUIs.



Stanford NLP Group