svn commit: r16977 - trunk/src/argouml-app/src/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Thomas Neustupny <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: thn
Date: 2009-03-27 00:59:19-0700
New Revision: 16977

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Log:
table header must not be suppressed in any case

Modified: trunk/src/argouml-app/src/org/argouml/uml/generator/ui/ClassGenerationDialog.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/generator/ui/ClassGenerationDialog.java?view=diff&pathrev=16977&r1=16976&r2=16977
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/generator/ui/ClassGenerationDialog.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/generator/ui/ClassGenerationDialog.java	2009-03-27 00:59:19-0700
@@ -125,9 +125,6 @@
         classTable = new JTable(classTableModel);
         classTable.setAutoResizeMode(JTable.AUTO_RESIZE_LAST_COLUMN);
         classTable.setShowVerticalLines(false);
-        if (languages.size() <= 1) {
-            classTable.setTableHeader(null);
-        }
         setClassTableColumnWidths();
         classTable.setPreferredScrollableViewportSize(new Dimension(300, 300));

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1441120

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.