Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

fix jython control #125

Closed suvarchal closed 5 years ago

suvarchal commented 7 years ago

import JLabel, JTextArea and JScrollPane explicitly to deal with import errors when making a JythonControl display.

also minor fix to indentation and remove semicolons.