Examples of JColorButton


Examples of org.gephi.ui.components.JColorButton

        previewPanel = new javax.swing.JPanel();
        sketchPanel = new javax.swing.JPanel();
        refreshPanel = new javax.swing.JPanel();
        busyLabel = new JXBusyLabel(new Dimension(20,20));
        southToolbar = new javax.swing.JToolBar();
        backgroundButton = new JColorButton(Color.WHITE);
        resetZoomButton = new javax.swing.JButton();

        setLayout(new java.awt.GridBagLayout());

        org.openide.awt.Mnemonics.setLocalizedText(southBusyLabel, org.openide.util.NbBundle.getMessage(PreviewTopComponent.class, "PreviewTopComponent.southBusyLabel.text")); // NOI18N
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

     */
    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    private void initComponents() {

        colorButton = new JColorButton(Color.BLACK);
        labelColor = new javax.swing.JLabel();

        colorButton.setText(org.openide.util.NbBundle.getMessage(PainterPanel.class, "PainterPanel.colorButton.text")); // NOI18N
        colorButton.setContentAreaFilled(false);
        colorButton.setFocusPainted(false);
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    private void initComponents() {

        sizeSpinner = new javax.swing.JSpinner();
        labelSize = new javax.swing.JLabel();
        colorButton = new JColorButton(Color.BLACK);
        labelColor = new javax.swing.JLabel();
        statusLabel = new javax.swing.JLabel();

        sizeSpinner.setFont(new java.awt.Font("Tahoma", 0, 10)); // NOI18N
        sizeSpinner.setModel(new javax.swing.SpinnerNumberModel(Float.valueOf(1.0f), Float.valueOf(0.0f), null, Float.valueOf(0.5f)));
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

    private void initComponents() {

        statusLabel = new javax.swing.JLabel();
        weightSpinner = new javax.swing.JSpinner();
        labelWeight = new javax.swing.JLabel();
        colorButton = new JColorButton(Color.BLACK);
        labelColor = new javax.swing.JLabel();

        statusLabel.setFont(new java.awt.Font("Tahoma", 0, 10)); // NOI18N
        statusLabel.setText(org.openide.util.NbBundle.getMessage(EdgePencilPanel.class, "EdgePencilPanel.statusLabel.text")); // NOI18N
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

    private void initComponents() {

        labelDiffusion = new javax.swing.JLabel();
        labelColor = new javax.swing.JLabel();
        diffusionCombobox = new javax.swing.JComboBox();
        colorButton = new JColorButton(Color.BLACK);
        labelIntensity = new javax.swing.JLabel();
        intensitySpinner = new javax.swing.JSpinner();
        jLabel1 = new javax.swing.JLabel();

        labelDiffusion.setFont(new java.awt.Font("Tahoma", 0, 10));
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

    private void initComponents() {

        statusLabel = new javax.swing.JLabel();
        resultLabel = new javax.swing.JLabel();
        labelColor = new javax.swing.JLabel();
        colorButton = new JColorButton(Color.BLACK);

        setPreferredSize(new java.awt.Dimension(400, 28));

        statusLabel.setFont(new java.awt.Font("Tahoma", 0, 10)); // NOI18N
        statusLabel.setText(org.openide.util.NbBundle.getMessage(ShortestPathPanel.class, "ShortestPathPanel.statusLabel.text")); // NOI18N
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

        public JComponent[] getToolbarComponents() {
            JComponent[] components = new JComponent[2];

            //Background color
            VizModel vizModel = VizController.getInstance().getVizModel();
            final JButton backgroundColorButton = new JColorButton(vizModel.getBackgroundColor());
            backgroundColorButton.setToolTipText(NbBundle.getMessage(VizBarController.class, "VizToolbar.Global.background"));
            backgroundColorButton.addPropertyChangeListener(JColorButton.EVENT_COLOR, new PropertyChangeListener() {

                public void propertyChange(PropertyChangeEvent evt) {
                    VizModel vizModel = VizController.getInstance().getVizModel();
                    vizModel.setBackgroundColor(((JColorButton) backgroundColorButton).getColor());
                }
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

        antialisaingCombobox = new javax.swing.JComboBox();
        labelShow = new javax.swing.JLabel();
        fpsCheckbox = new javax.swing.JCheckBox();
        jXTitledSeparator3 = new org.jdesktop.swingx.JXTitledSeparator();
        labelAmbiant = new javax.swing.JLabel();
        ambientDiffuseColorButton = new JColorButton(Color.BLACK);
        ambientSpecularColorButton = new JColorButton(Color.BLACK);
        ambientAmbiantColorButton = new JColorButton(Color.BLACK);
        labelDirectional = new javax.swing.JLabel();
        light1AmbiantColorButton = new JColorButton(Color.BLACK);
        light1DiffuseColorButton = new JColorButton(Color.BLACK);
        light1SpecularColorButton = new JColorButton(Color.BLACK);
        light1Checkbox = new javax.swing.JCheckBox();
        light2Checkbox = new javax.swing.JCheckBox();
        light2AmbiantColorButton = new JColorButton(Color.BLACK);
        light2DiffuseColorButton = new JColorButton(Color.BLACK);
        light2SpecularColorButton = new JColorButton(Color.BLACK);
        light3Checkbox = new javax.swing.JCheckBox();
        light3AmbiantColorButton = new JColorButton(Color.BLACK);
        light3DiffuseColorButton = new JColorButton(Color.BLACK);
        light3SpecularColorButton = new JColorButton(Color.BLACK);
        light1XPosition = new javax.swing.JSpinner();
        jLabel1 = new javax.swing.JLabel();
        light1YPosition = new javax.swing.JSpinner();
        jLabel2 = new javax.swing.JLabel();
        light1ZPosition = new javax.swing.JSpinner();
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    private void initComponents() {
        java.awt.GridBagConstraints gridBagConstraints;

        labelBackgroundColor = new javax.swing.JLabel();
        backgroundColorButton = new JColorButton(Color.BLACK);
        hightlightCheckBox = new javax.swing.JCheckBox();
        autoSelectNeigborCheckbox = new javax.swing.JCheckBox();
        zoomPanel = new javax.swing.JPanel();
        labelZoom = new javax.swing.JLabel();
        zoomSlider = new javax.swing.JSlider();
View Full Code Here

Examples of org.gephi.ui.components.JColorButton

        nodePanel = new javax.swing.JPanel();
        showNodeLabelsCheckbox = new javax.swing.JCheckBox();
        labelNodeFont = new javax.swing.JLabel();
        nodeSizeSlider = new javax.swing.JSlider();
        labelNodeColor = new javax.swing.JLabel();
        nodeColorButton = new JColorButton(Color.BLACK);
        labelNodeSize = new javax.swing.JLabel();
        nodeFontButton = new javax.swing.JButton();
        jSeparator1 = new javax.swing.JSeparator();
        edgePanel = new javax.swing.JPanel();
        showEdgeLabelsCheckbox = new javax.swing.JCheckBox();
        labelEdgeFont = new javax.swing.JLabel();
        edgeFontButton = new javax.swing.JButton();
        labelEdgeColor = new javax.swing.JLabel();
        edgeColorButton = new JColorButton(Color.BLACK);
        edgeSizeSlider = new javax.swing.JSlider();
        labelEdgeSize = new javax.swing.JLabel();
        jSeparator2 = new javax.swing.JSeparator();
        labelSizeMode = new javax.swing.JLabel();
        sizeModeCombo = new javax.swing.JComboBox();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.