net.java.dev.openqtj.studio
Class StudioApp

java.lang.Object
  extended bynet.roydesign.app.Application
      extended bynet.java.dev.openqtj.studio.StudioApp

public class StudioApp
extends net.roydesign.app.Application

Application class for OpenQTJ Studio

Author:
Sean Gilligan

Field Summary
 StudioActions actions
           
 
Constructor Summary
StudioApp()
           
 
Method Summary
static javax.swing.ImageIcon getIconResource(java.lang.String fileName)
           
static void main(java.lang.String[] args)
           
 void newPlayer()
          Create a new player.
 void quit()
          Quit the application.
 void showMainFrame()
          Show the main frame.
 void showMessage(java.lang.String message)
          Utility method to show a message to the user, depending on whether Swing is used or not.
 void showMonitorFrame()
          Show the main frame.
 
Methods inherited from class net.roydesign.app.Application
addOpenApplicationListener, addOpenDocumentListener, addPrintDocumentListener, addReopenApplicationListener, getAboutJMenuItem, getAboutMenuItem, getFramelessJMenuBar, getFramelessMenuBar, getInstance, getName, getPreferencesJMenuItem, getPreferencesMenuItem, getQuitJMenuItem, getQuitMenuItem, removeOpenApplicationListener, removeOpenDocumentListener, removePrintDocumentListener, removeReopenApplicationListener, setFramelessJMenuBar, setFramelessMenuBar, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actions

public StudioActions actions
Constructor Detail

StudioApp

public StudioApp()
Method Detail

main

public static void main(java.lang.String[] args)

showMessage

public void showMessage(java.lang.String message)
Utility method to show a message to the user, depending on whether Swing is used or not.


showMainFrame

public void showMainFrame()
Show the main frame.


newPlayer

public void newPlayer()
Create a new player.


showMonitorFrame

public void showMonitorFrame()
Show the main frame.


quit

public void quit()
Quit the application.


getIconResource

public static javax.swing.ImageIcon getIconResource(java.lang.String fileName)


Copyright © 2004 OpenQTJ.org. All Rights Reserved.