Skip to content
Snippets Groups Projects
Verified Commit 3dc4d424 authored by tristan.muller's avatar tristan.muller Committed by philippe.verley_ird.fr
Browse files

Remove the unnecessary look and feel changing in the visualization project.

parent b6dd4b6c
No related branches found
No related tags found
No related merge requests found
......@@ -70,15 +70,6 @@ public class Visualization {
*/
public static final void launch(final InputStream in, final String filepath,
final String defaultProperty) {
/* Set the Nimbus look and feel */
try {
javax.swing.UIManager.
setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
} catch (ClassNotFoundException | InstantiationException
| IllegalAccessException | UnsupportedLookAndFeelException ex) {
Logger.getLogger(Visualization.class.getName()).log(Level.SEVERE, null, ex);
}
javax.swing.SwingUtilities.invokeLater(() -> {
new Thread(() -> {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment