atarw / material-ui-swing

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

JOptionPane messageType parameter #112

Closed MC501422 closed 2 years ago

MC501422 commented 3 years ago

JOptionPane no visualization in messageType parameter example: JOptionPane.showMessageDialog(this, "Opcion invalida", "Opcion invalida", JOptionPane.ERROR_MESSAGE);

JOptionPane

vincenzopalazzo commented 3 years ago

Hi @MC501422,

Thanks for this ticket, What is the behavior that you want to see?

Can you give also an example of the correct behavior with the Native Swing l&f?

vincenzopalazzo commented 3 years ago

P.S: As mentioned in the readme the developing phase is moving in the following repo https://github.com/vincenzopalazzo/material-ui-swing maybe it is the correct place to open an issue or a discussion to talk about your problem.

Thanks