Uses of Class
com.alee.extended.window.TestFrame

Packages that use TestFrame
com.alee.extended.window   
 

Uses of TestFrame in com.alee.extended.window
 

Methods in com.alee.extended.window that return TestFrame
 TestFrame TestFrame.displayFrame()
          Displays and returns test frame.
static TestFrame TestFrame.show(boolean horizontal, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(boolean horizontal, java.awt.Insets margin, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(boolean horizontal, int margin, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(boolean horizontal, int top, int left, int bottom, int right, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.Component component)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.Component component, java.awt.Insets margin)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.Component component, int margin)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.Component component, int top, int left, int bottom, int right)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(int gap, boolean horizontal, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(int gap, boolean horizontal, java.awt.Insets margin, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(int gap, boolean horizontal, int margin, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(int gap, boolean horizontal, int top, int left, int bottom, int right, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, java.awt.Component component)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, java.awt.Component component, java.awt.Insets margin)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, java.awt.Component component, int margin)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, java.awt.Component component, int top, int left, int bottom, int right)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, java.awt.Component component, java.lang.Object constraints, java.awt.Insets margin)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, java.awt.Insets margin, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, int margin, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.
static TestFrame TestFrame.show(java.awt.LayoutManager layout, int top, int left, int bottom, int right, java.awt.Component... components)
          Displays and returns test frame with the specified content and settings.