Package jmsltestsuite
Class JScrollPaneTest
java.lang.Object
jmsltestsuite.JScrollPaneTest
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
public class JScrollPaneTest
extends java.lang.Object
implements java.awt.event.ActionListener
- Author:
- Nick Didkovsky, (c) 2005 Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description JScrollPaneTest()
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent event)
static void
main(java.lang.String[] args)
void
show()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JScrollPaneTest
public JScrollPaneTest()
-
-
Method Details
-
show
public void show() -
main
public static void main(java.lang.String[] args) -
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-