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

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

Introduction

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

The text is from its open source code.

Method

voidcenterDialogInParent(final Dialog dialog)
Positions the specified dialog within its parent.
voidcenterFrameOnScreen(final Window frame)
Positions the specified frame in the middle of the screen.
JButtoncreateJButton(final String label, final Font font)
Creates a JButton .
JLabelcreateJLabel(final String text, final Font font)
Creates a label with a specific font.
voidpositionFrameOnScreen(final Window frame, final double horizontalPercent, final double verticalPercent)
Positions the specified frame at a relative position in the screen, where 50% is considered to be the center of the screen.
voidpositionFrameRandomly(final Window frame)
Positions the specified frame at a random location on the screen while ensuring that the entire frame is visible (provided that the frame is smaller than the screen).