Articron 746 Posted December 22, 2018 So I wrote a small L&F library for Java Swing and I figured it would be cool to release it, considering it's been a while since I've posted anything in the educational section It would be cool to see those boring default GUIs disappear over time I'm making this open source, and others are more than welcome to contribute to the cause because it's far from finished: DBUI Github page A picture of what it looks like: What's cool about this is that you're allowed to use this in SDN scripts, to give your scripts a bit more of that visual OOMF Basically, you can incorporate this UI by just changing any JComponent's name to DreamComponent. For example: JTextField = DreamTextField, JButton = DreamButton, .... You can find an example called "ScriptFrame" in there too.
Nuclear Nezz 2106 Posted December 23, 2018 Ooh, looks really nice. I might snag this for some scripts at some point. I hate making UI's hah
pash 14 Posted December 23, 2018 @Articron I just implemented this into a freebie script I'll be releasing soon, looks fucking great man!
Articron 746 Author Posted January 18, 2019 On 1/17/2019 at 5:41 AM, Hoodz said: im going to use this, thanks arti
bak 2 Posted January 19, 2019 Just want to casually mention that saying something is "open source" does not mean its "open source", as you need to attach a license to it. Without doing so, you are not actually giving people rights to use it. Like, MIT, Apache & GNU. However, thanks for the code, I will definitely try it out, it looks good!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.