Example usage for java.awt Panel subclass-usage

List of usage examples for java.awt Panel subclass-usage

Introduction

In this page you can find the example usage for java.awt Panel subclass-usage.

Usage

From source file no.eris.applet.AppletViewer.java

class AppletAdapter extends Panel implements AppletStub, AppletContext {
    private static Logger LOGGER = LoggerFactory.getLogger(AppletAdapter.class);

    /** The status window at the bottom */
    private Label status = null;

From source file CircleOfSquares.java

class ColoredLabel extends Panel {

    private Label theLabel;

    ColoredLabel(String label, int alignment, Color color) {

From source file HelloUniverse.java

class ButtonPositionControls extends Panel implements PositionControls, MouseListener {
    private final static int STILL = 0;

    private final static int MOVING_UP = 1;

    private final static int MOVING_DOWN = 2;

From source file JVMSimulator.java

class ColoredLabel extends Panel {

    private Label theLabel;

    ColoredLabel(String label, int alignment, Color color) {