Author: remi
Date: 2008-08-16 17:10:28 +0200 (Sat, 16 Aug 2008)
New Revision: 1518

Modified:
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttitunePropertiesFrame.java
Log:
* removed 2 test buttons
* set the properties frame resizable to false

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
 2008-08-16 14:51:54 UTC (rev 1517)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
 2008-08-16 15:10:28 UTC (rev 1518)
@@ -705,8 +705,6 @@
                ComboBoxModel jComboBox1Model = new 
DefaultComboBoxModel(wavsList.toArray());
                jComboBoxWavs.setModel(jComboBox1Model);
                myPanel.add(jComboBoxWavs, new GridBagConstraints(3, 0, 1, 1, 
0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new 
Insets(0, 0, 0, 0), 0, 0));
-               myPanel.add(new JButton("Add a new wave file"), new 
GridBagConstraints(3, 1, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, 
GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0));
-               myPanel.add(new JButton("Delete this wave file"), new 
GridBagConstraints(3, 2, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, 
GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0));
        }
        
        private static void testBlockWavPlay(ATTBlockViewer attBlockViewer)

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttitunePropertiesFrame.java
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttitunePropertiesFrame.java
 2008-08-16 14:51:54 UTC (rev 1517)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttitunePropertiesFrame.java
 2008-08-16 15:10:28 UTC (rev 1518)
@@ -159,6 +159,7 @@
                this.blockViewer = blockViewer;
                this.setIconImage(new 
ImageIcon(getClass().getResource("/icone.png")).getImage());
                
this.setTitle(ATTMessages.getString("AttitunePropertiesFrame.1"));
+               this.setResizable(false);
                /* Init the frame */
                initGUI();
                /* Fill the parameters */


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to