2
* To change this template, choose Tools | Templates
3
* and open the template in the editor.
7
* SampleSpigotPanel.java
9
* Created on 11 juin 2010, 14:47:58
12
package org.gephi.ui.spigot.plugin;
16
* @author Mathieu Bastian
18
public class SampleSpigotPanel extends javax.swing.JPanel {
20
/** Creates new form SampleSpigotPanel */
21
public SampleSpigotPanel() {
25
/** This method is called from within the constructor to
26
* initialize the form.
27
* WARNING: Do NOT modify this code. The content of this method is
28
* always regenerated by the Form Editor.
30
@SuppressWarnings("unchecked")
31
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
32
private void initComponents() {
34
jLabel1 = new javax.swing.JLabel();
36
jLabel1.setText(org.openide.util.NbBundle.getMessage(SampleSpigotPanel.class, "SampleSpigotPanel.jLabel1.text")); // NOI18N
38
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
39
this.setLayout(layout);
40
layout.setHorizontalGroup(
41
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
42
.addGroup(layout.createSequentialGroup()
44
.addComponent(jLabel1)
45
.addContainerGap(356, Short.MAX_VALUE))
47
layout.setVerticalGroup(
48
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
49
.addGroup(layout.createSequentialGroup()
51
.addComponent(jLabel1)
52
.addContainerGap(275, Short.MAX_VALUE))
54
}// </editor-fold>//GEN-END:initComponents
57
// Variables declaration - do not modify//GEN-BEGIN:variables
58
private javax.swing.JLabel jLabel1;
59
// End of variables declaration//GEN-END:variables