Package net.sourceforge.dsnk.event

Examples of net.sourceforge.dsnk.event.GumpScanningListener


    final Component thisWindow = this;
    final GradientPanel contentPane = (GradientPanel) this.getContentPane();

    GumpScanningThread t = new GumpScanningThread(gumpVector, this,
        gumpReader);
    t.addGumpScanningListener(new GumpScanningListener() {
      @Override
      public void gumpScanningFinished(GumpScanningEvent evt) {
        contentPane.setBlurred(false);
        contentPane.repaint();
        Vector<Gump> newGumpVector = evt.getNewGumps();
View Full Code Here

TOP

Related Classes of net.sourceforge.dsnk.event.GumpScanningListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.