wl

Unnamed repository; edit this file 'description' to name the repository.
git clone https://logand.com/git/wl.git/
Log | Files | Refs | LICENSE

commit 700ff5f2a8793615e197a0d83581a2adf56edc55
parent e8d4c8bab44ffc841d43a3bc6d519a636cf1fe1f
Author: tomas <tomas@logand.com>
Date:   Fri,  4 Jun 2010 23:18:31 +0200

more classes added to swing.l

Diffstat:
Mswing.l | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/swing.l b/swing.l @@ -1,5 +1,7 @@ (import javax.swing JFrame JButton JLabel JTextField JPanel JComboBox BoxLayout - BorderFactory ImageIcon JTable JScrollPane ) + BorderFactory ImageIcon JTable JScrollPane Box JCheckBox JColorChooser JComboBox + JDialog JFileChooser JList JMenu JMenuBar JMenuItem JProgressBar JRadioButton + JSeparator JSplitPane JTabbedPane JTextField JToolBar JTree SwingConstants ) (import javax.swing.table DefaultTableModel) (import java.awt Container BorderLayout GridLayout) (import java.awt.event ActionListener)