List of usage examples for java.awt Panel subclass-usage
From source file ShowImage.java
public class ShowImage extends Panel { private static final long serialVersionUID = 1L; private BufferedImage image; public ShowImage(String filename) {
From source file Main.java
public class Main extends Panel { private BufferedImage images[]; private int imageIndex = 0; public Main() throws Exception {
From source file Main.java
public class Main extends Panel { private BufferedImage images[]; private int imageIndex = 0; public Main(String filename) throws Exception {
From source file org.slage.ui.ToolBar.java
/**
* Defines the dockable panel in which our tool buttons reside.
*
* TODO: use Cursor Size and Toolbar Height states
* TODO: Add functionality to dock on any side of the screen
*
From source file org.slage.ui.ConsolePanel.java
/** * The panel on which we will render our console window. * * @author <a href="mailto:Matt@SQ7.org">Matt Holden</a> */ public class ConsolePanel extends Panel implements org.slage.command.Commander {
From source file AppletMenuBarDemo.java
class AppletMenuBar extends Panel { // Menubar contents Vector labels = new Vector(); Vector menus = new Vector();
From source file com.jcraft.weirdx.DDXWindowImp.java
@SuppressWarnings("serial") class DDXWindowImp extends Panel implements DDXWindow, MouseListener, MouseMotionListener { private static Log LOG = LogFactory.getLog(DDXWindowImp.class); static boolean clck_toggle = false; private static final byte s = 0; // start
From source file AppletViewer.java
class AppletAdapter extends Panel implements AppletStub, AppletContext { /** The status window at the bottom */ Label status = null; /** Construct the GUI for an Applet Status window */ AppletAdapter() {
From source file ExposedInt.java
class ColoredLabel extends Panel { private Label theLabel; ColoredLabel(String label, int alignment, Color color) {
From source file ExposedFloat.java
class ColoredLabel extends Panel { private Label theLabel; ColoredLabel(String label, int alignment, Color color) {