[izpack-changes] izpack-src/src/lib/com/izforge/izpack/panels PathSelectionPanel.java,1.4.4.1,1.4.4.2

miraodb nobody at sheep.berlios.de
Thu Mar 2 09:46:52 CET 2006


Update of /cvsroot/izpack/izpack-src/src/lib/com/izforge/izpack/panels
In directory sheep:/tmp/cvs-serv6492/src/lib/com/izforge/izpack/panels

Modified Files:
      Tag: branch-3-8
	PathSelectionPanel.java 
Log Message:
Added a method getBrowseButton that returns the browseButton (FM)

Index: PathSelectionPanel.java
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/lib/com/izforge/izpack/panels/PathSelectionPanel.java,v
retrieving revision 1.4.4.1
retrieving revision 1.4.4.2
diff -u -d -r1.4.4.1 -r1.4.4.2
--- PathSelectionPanel.java	3 Jan 2006 13:53:48 -0000	1.4.4.1
+++ PathSelectionPanel.java	2 Mar 2006 08:46:47 -0000	1.4.4.2
@@ -193,5 +193,16 @@
     {
         return textField;
     }
+    
+     /**
+     * Returns the browse button object for modification or for use
+     * with a different ActionListener.
+     *
+     * @return the browse button to open the JFileChooser
+     */
+    public JButton getBrowseButton()
+    {
+    return browseButton;
+    }
 
 }




More information about the izpack-changes mailing list