package org.hudson.trayapp.gui.tray.yellow; import org.hudson.trayapp.gui.tray.Images; import org.hudson.trayapp.gui.tray.TrayIconImplementation; import org.hudson.trayapp.gui.tray.HudsonTrayIconHelper.AnimatedImage; public class YellowAnime80Plus extends AnimatedImage{ public YellowAnime80Plus(TrayIconImplementation trayIcon) { super(Images.YELLOW, Images.H80PL, trayIcon); } }