Author: thully
Date: 2012-10-23 17:32:48 -0700 (Tue, 23 Oct 2012)
New Revision: 30701
Modified:
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/task/TaskDialog.java
Log:
Don't allow JTextFields to be focused
Modified:
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/task/TaskDialog.java
===================================================================
---
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/task/TaskDialog.java
2012-10-24 00:10:10 UTC (rev 30700)
+++
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/task/TaskDialog.java
2012-10-24 00:32:48 UTC (rev 30701)
@@ -298,6 +298,7 @@
JTextArea initTextArea(JTextArea textArea) {
textArea.setEditable(false);
+ textArea.setFocusable(false);
textArea.setLineWrap(true);
textArea.setWrapStyleWord(true);
textArea.setColumns(TEXT_AREA_COLUMNS);
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.