atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
654 stars 86 forks source link

jtable problem #6

Closed vincenzopalazzo closed 6 years ago

vincenzopalazzo commented 6 years ago

Hello when I go to apply the theme with the following code: static{ BasicLookAndFeel matirial = new MaterialLookAndFeel(); try { UIManager.setLookAndFeel(matirial); } catch (Exception ex) { LOGGER.error("Look end feel " + matirial.toString() + " non supportato"); UIManager.getLookAndFeelDefaults(); } }

the theme does not apply to jtable and I get a similar result ... screenshot from 2018-05-19 14-01-29

However nice initiative :)

atarw commented 6 years ago

Yeah, the library doesn't support JTables yet but I'll try to code something up in the next day or two for you

vincenzopalazzo commented 6 years ago

fantastic thanks

atarw commented 6 years ago

Sorry for the delay, was busy with work. I've added JTable support, complete with material design cell editing