Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created September 24, 2011 05:21
Show Gist options
  • Select an option

  • Save khannedy/1239003 to your computer and use it in GitHub Desktop.

Select an option

Save khannedy/1239003 to your computer and use it in GitHub Desktop.
Pesan Transparan JGlassPane
component = new MessageComponent();
glassPane.addGlassPaneComponent(component);
component.showError("Ups, the connection is error");
component.show("Welcome to StripBandunk");
glassPane = new JGlassPane();
setGlassPane(glassPane);
getGlassPane().setVisible(true);
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