public interface GeniusAppInterface
Modifier and Type | Method and Description |
---|---|
void |
addTab(java.lang.String title,
java.awt.Component comp)
Open a new tab in the edit area (right half usually) of the main panel
|
java.awt.Frame |
getMainFrame() |
void addTab(java.lang.String title, java.awt.Component comp)
title
- title for the new tabcomp
- the component to show therejava.awt.Frame getMainFrame()