Package com.vessosa.g15lastfmplayer.view.scrollfx

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


  public StatusScroll() {
    showStatus = true;
    setFont(LCDScreen.getSmallFont());
    setWidth(42);
    setHeight(8);
    setScrollTextUtils(new G15ScrollStatusFX(this, false, 8, 10, 64, 35));
  }
View Full Code Here

TOP

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

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.