org.fuin.utils4swing.common
Interface FramePositioner

All Known Implementing Classes:
AbstractScreenPositioner, ScreenCenterPositioner, ScreenLeftLowerCornerPositioner, ScreenLeftUpperCornerPositioner, ScreenRightLowerCornerPositioner, ScreenRightUpperCornerPositioner

public interface FramePositioner

Positions a frame at a special position on the screen or desktop.


Method Summary
 void position(javax.swing.JFrame frame)
          Set the frame's position to a new location.
 

Method Detail

position

void position(javax.swing.JFrame frame)
Set the frame's position to a new location.

Parameters:
frame - Frame to move.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.