We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug The SnackBar have some problem during to paint test and set the default dimension.
To Reproduce Steps to reproduce the behavior:
Icon icon = MaterialImageFactory.getInstance().getImage(MaterialIconFont.CLOSE, 24, MaterialColors.COSMO_MEDIUM_GRAY); SnackBar snackBar = SnackBar.make(parent, message, icon) .setSnackBarBackground(MaterialColors.DARKLY_BLUE) .setGap(50) .setPosition(SnackBar.TOP_RIGHT) .setDuration(SnackBar.LENGTH_LONG) .setAction(new AbstractSnackBarAction() { @Override public void mousePressed(MouseEvent e) { snackBar.dismiss(); } });
Expected behavior The snack bar should be able to repaint or use some broken line to return in the next line
Screenshots
JDK: 1.8
The text was updated successfully, but these errors were encountered:
vincenzopalazzo
No branches or pull requests
Describe the bug
The SnackBar have some problem during to paint test and set the default dimension.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The snack bar should be able to repaint or use some broken line to return in the next line
Screenshots
JDK: 1.8
The text was updated successfully, but these errors were encountered: