Uses of Package
wjhk.jupload2.gui

Packages that use wjhk.jupload2.gui
wjhk.jupload2 The applet itself. 
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
wjhk.jupload2.policies This package contains the upload policies: they give you hook entry points, to override the default applet behaviour with a minimum of java code. 
 

Classes in wjhk.jupload2.gui used by wjhk.jupload2
JUploadPanel
          Main code for the applet (or frame) creation.
JUploadTextArea
          This class represents the text area for debug output.
 

Classes in wjhk.jupload2.gui used by wjhk.jupload2.gui
DnDListener
          Our implementation of DND.
FilePanel
          Defines the interface used in the applet, when dealing with the file panel.
FilePanelDataModel2
          This class replaces FilePanelDataModel.
IconWorker
          The IconWorker class loads a icon from a file.
JUploadFileView
          This class provides the icon view for the file selector.
JUploadImagePreview
          ImagePreview.java by FileChooserDemo2.java.
JUploadPanel
          Main code for the applet (or frame) creation.
JUploadTextArea
          This class represents the text area for debug output.
LoadImageThread
           
PictureDialog
          A maximized modal dialog box, that display the selected picture.
PicturePanel
          This panel is used to preview picture, when PictureUploadPolicy (or one of its inherited policy) is used.
 

Classes in wjhk.jupload2.gui used by wjhk.jupload2.policies
JUploadFileChooser
          This class allows easy personalization of the java file chooser.
JUploadPanel
          Main code for the applet (or frame) creation.