Hi,

I like to use OpenJUMP with this option:
-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel
to get the MetalLookAndFeel.

Now I have a problem with the display of the Edit Schema Panel.

1. View/Edit Schema.
2. Leftclick in a Data Type row.
3. The text of the Combo Box in the row has not enough space.
You can not read the text.

Maybe this is a solution:

Set the RowHeight with setRowHeight ( 20 ) in the SchemaPanel
(package com.vividsolutions.jump.workbench.ui;)
from the table to 20 pixel. Then it works fine!

...
    private void updateComponents() {
        table.setShowGrid(layer.isEditable());
        table.setRowHeight(20);
...

Regards,

Uwe


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to