Package com.softsynth.jmsl.score.util
Class AboutFrame
java.lang.Object
com.softsynth.jmsl.view.PVFrameAdapter
com.softsynth.jmsl.view.TextDisplayFrame
com.softsynth.jmsl.score.util.AboutFrame
- All Implemented Interfaces:
PVComponent
,PVFrame
public class AboutFrame extends TextDisplayFrame
Display a frame containing a textarea with info on keystroke shortcuts
- Author:
- Nick Didkovsky, email: nick@didkovsky.com, (c) 2003 Nick Didkovsky, all rights reserved.
-
Constructor Summary
Constructors Constructor Description AboutFrame()
-
Method Summary
Methods inherited from class com.softsynth.jmsl.view.TextDisplayFrame
clearText, main, setText
Methods inherited from class com.softsynth.jmsl.view.PVFrameAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, getLocation, getParent, getPVMenuBar, hashCode, isEnabled, isShowing, pack, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setFrameLayout, setLocation, setPVMenuBar, setResizable, setSize, setSize, setTitle, setVisible, toBack, toFront, toString, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AboutFrame
public AboutFrame()
-