Jannis Weis

Results 114 comments of Jannis Weis

As to 1 you might want to look at [JFileChooser#setMultiSelectionEnabled](https://docs.oracle.com/javase/7/docs/api/javax/swing/JFileChooser.html#setMultiSelectionEnabled(boolean))

> > * Move nodes with corresponding arrows. > > You can move vertices by dragging in the empty space around them (the cursor should change to a "move" cursor)....

This doesn't seem to be relevant anymore. The provided svg renders correctly for me.

Darklaf is not compatible. JavaFx is a completely different UI framework and not based on Swing. I might port darklaf to JavaFX in the future but this will be a...

I'm not quite sure I understand what this `XXX` function should return? What I understand is that (correct me here if I am wrong): - You want to access the...

> have the associated default background (function XXX) The easiest (and most memory efficient) approach would be the following: ````java Theme theme = ... Properties props = new Properties(); theme.loadDefaults(props,...

> If I understand correctly, getting the available variable for a given svg and changing them on the fly might not be as easy as I thought and you will...

Ok as promised I am back with a solution. After some evaluation I decided that creating an api which allows creating an icon editor would be very complex and would...

Update: The editor can now be used with other lafs than darklaf. However the experience won't be as good as with darklaf itself.

If you are in search for a modern look and feel you might want to check out [darklaf](https://github.com/weisJ/darklaf). It supports multiple dark and light themes.