Package com.vessosa.g15lastfmplayer.view.scrollfx

Examples of com.vessosa.g15lastfmplayer.view.scrollfx.G15ScrollMusicFX


  public MusicScroll() {
    busy = new JXBusyLabel(new Dimension(10, 10));
    busy.getBusyPainter().setPoints(14);
    busy.getBusyPainter().setTrailLength(7);
    busy.getBusyPainter().setAntialiasing(true);
    setScrollTextUtils(new G15ScrollMusicFX(this, true, 20, 70, 0, 0));
  }
View Full Code Here

TOP

Related Classes of com.vessosa.g15lastfmplayer.view.scrollfx.G15ScrollMusicFX

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.