Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1562 → Rev 1563

/dongfang_FC_rewrite_tool/src/dongfang/mkt/ui/offscreendisplay/OffScreenDisplay.java
0,0 → 1,9
package dongfang.mkt.ui.offscreendisplay;
 
import javax.swing.JFrame;
 
// A display of OSD data that is not OSD; that is, it is just an UI view without an underlying video display.
public class OffScreenDisplay extends JFrame {
// The compass direction of the "up" direction of the display screen.
private int displayHeading;
}