Blame |
Last modification |
View Log
| RSS feed
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
;
}