Package qat.components

Examples of qat.components.Gauge


    parserLabel = new JLabel("",SwingConstants.CENTER);
    parserLabel.setForeground(Color.black);
    parserLabel.setBorder(BorderFactory.createBevelBorder(BevelBorder.LOWERED));
    statusBar.add(parserLabel);
    JPanel p2 = new JPanel(new GridLayout(1,1));
    statusGauge = new Gauge();
    statusGauge.setForeground(Color.green, Color.red, Color.blue, new Color(99,99,156), Color.orange);
    p2.add(statusGauge);
    p2.setBorder(BorderFactory.createBevelBorder(BevelBorder.LOWERED));
    statusBar.add(p2);
    runtimeComponent.setStatus(Resources.getString("ready"),0,0,0,0,0,0);
View Full Code Here

TOP

Related Classes of qat.components.Gauge

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.