~ubuntu-branches/ubuntu/oneiric/electric/oneiric

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/user/dialogs/options/DesignRulesTab.java

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2010-01-09 16:26:04 UTC
  • mfrom: (1.1.4 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100109162604-1ypvmy8ijmlc6oq7
Tags: 8.10-1
* New upstream version.
* debian/control
  - Add libjava3d-java and quilt build dependencies.
  - Update standards version to 3.8.3.
  - Add libjava3d-java as recommends to binary package.
* debian/rules
  - Use quilt patch system instead of simple patchsys.
  - Add java3d related jar files to DEB_JARS.
* debian/patches/*
  - Update as per current upstream source. Convert to quilt.
* debian/ant.properties
  - Do not disable 3D plugin anymore.
  - Use new property to disable compilation of OS X related classes.
* debian/wrappers/electric
  - Add java3d related jar files to runtime classpath.
* debian/README.source
  - Change text to the appropriate one for quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
         * WARNING: Do NOT modify this code. The content of this method is
151
151
         * always regenerated by the Form Editor.
152
152
         */
153
 
    // <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:initComponents
 
153
    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
154
154
    private void initComponents() {
155
155
        java.awt.GridBagConstraints gridBagConstraints;
156
156
 
160
160
        jLabel6 = new javax.swing.JLabel();
161
161
        drTechName = new javax.swing.JLabel();
162
162
 
163
 
        getContentPane().setLayout(new java.awt.GridBagLayout());
164
 
 
165
163
        setTitle("Tool Options");
166
 
        setName("");
 
164
        setName(""); // NOI18N
167
165
        addWindowListener(new java.awt.event.WindowAdapter() {
168
166
            public void windowClosing(java.awt.event.WindowEvent evt) {
169
167
                closeDialog(evt);
170
168
            }
171
169
        });
 
170
        getContentPane().setLayout(new java.awt.GridBagLayout());
172
171
 
 
172
        designRules.setBorder(javax.swing.BorderFactory.createTitledBorder(""));
173
173
        designRules.setLayout(new java.awt.GridBagLayout());
174
174
 
175
 
        designRules.setBorder(javax.swing.BorderFactory.createTitledBorder(""));
176
 
        drResolutionLabel.setText("Min. resolution:");
 
175
        drResolutionLabel.setText("Min. resolution in lambda:");
177
176
        gridBagConstraints = new java.awt.GridBagConstraints();
178
177
        gridBagConstraints.gridx = 0;
179
178
        gridBagConstraints.gridy = 2;