Package com.drakulo.games.ais.ui.component

Source Code of com.drakulo.games.ais.ui.component.TWLImageButton

package com.drakulo.games.ais.ui.component;

import de.matthiasmann.twl.Button;
import de.matthiasmann.twl.GUI;
import de.matthiasmann.twl.renderer.Image;

public class TWLImageButton extends Button {

  public void renderOverlay(GUI gui){
    Image img = super.getOverlay();
  }
}
TOP

Related Classes of com.drakulo.games.ais.ui.component.TWLImageButton

TOP
Copyright © 2018 www.massapi.com. 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.