Package ui

Class TBFlasher

All Implemented Interfaces:
Runnable, Future<Void>, RunnableFuture<Void>

public class TBFlasher extends SwingWorker<Void,Void>
A class to flash the taskbar icon, if it is not focused.
  • Constructor Details

    • TBFlasher

      public TBFlasher(JFrame fr, Image in0v)
      Creates a window flasher object which can flash the window's taskbar text.
      Parameters:
      fr - the frame which which this is to flash
      in0v - the normal srite for this
  • Method Details