JFormDesigner / FlatLaf

FlatLaf - Swing Look and Feel (with Darcula/IntelliJ themes support)
https://www.formdev.com/flatlaf/
Apache License 2.0
3.34k stars 266 forks source link

Alert or tips wanted #725

Closed rememberber closed 1 year ago

rememberber commented 1 year ago

A global alert like this wanted, Thanks a lot image

matt-pan commented 1 year ago

Hi, I don't have any affiliations with this project - but I guess as a "Look and Feel" I don't think the goal is to introduce new UI features to Java Swing. But: just search for "Java Swing Toast" or "Java Swing Snackbar" on any search engine and you'll find plenty of easy to follow tutorials to achieve something similar with minimal lines of code, independent of the "Look and Feel" of your project.

rememberber commented 1 year ago

Hi, I don't have any affiliations with this project - but I guess as a "Look and Feel" I don't think the goal is to introduce new UI features to Java Swing. But: just search for "Java Swing Toast" or "Java Swing Snackbar" on any search engine and you'll find plenty of easy to follow tutorials to achieve something similar with minimal lines of code, independent of the "Look and Feel" of your project.

May be included as flatlaf-extras

DevCharly commented 1 year ago

Sorry, but this is out of scope of this project.

May be included as flatlaf-extras

Well, we could add a lot of stuff to flatlaf-extras: date/month controls, docking, dashbord, alerts/notifications, tree-table component, etc.

But first you need someone that implements this stuff, then you need to review and test it. And once it is first released, you need to implement feature requests, provide support, fix bugs, etc.

This should be done in own projects.