Class KioskFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class KioskFrame extends JFrame
A borderless rectangle, like the applet, that contains the application for use in kiosk-style displays, as for example projected on the wall as in http://molecularPlayground.org
See Also:
  • Constructor Details

    • KioskFrame

      public KioskFrame(int x, int y, int width, int height, JPanel kioskPanel)
  • Method Details

    • setPanel

      public void setPanel(JPanel kioskPanel)