Created
September 24, 2011 05:21
-
-
Save khannedy/1239003 to your computer and use it in GitHub Desktop.
Pesan Transparan JGlassPane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| component = new MessageComponent(); | |
| glassPane.addGlassPaneComponent(component); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| component.showError("Ups, the connection is error"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| component.show("Welcome to StripBandunk"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| glassPane = new JGlassPane(); | |
| setGlassPane(glassPane); | |
| getGlassPane().setVisible(true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| component.showWarning("Please insert your first name"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment