Java org.jfree.ui ApplicationFrame fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.ui ApplicationFrame fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.ui ApplicationFrame.

The text is from its open source code.

Subclass

org.jfree.ui.ApplicationFrame has subclasses.
Click this link to see all its subclasses.

Constructor

ApplicationFrame(final String title)
Constructs a new application frame.

Method

voidpack()
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
voidsetContentPane(Container contentPane)
Sets the contentPane property.
voidsetPreferredSize(Dimension preferredSize)
Sets the preferred size of this component to a constant value.
voidsetVisible(boolean b)
Shows or hides this Window depending on the value of parameter b .