Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1563 - 1
package dongfang.mkt.ui.offscreendisplay;
2
 
3
import javax.swing.JFrame;
4
 
5
// A display of OSD data that is not OSD; that is, it is just an UI view without an underlying video display.
6
public class OffScreenDisplay extends JFrame {
7
        // The compass direction of the "up" direction of the display screen.
8
        private int displayHeading;
9
}