📄 pingmuddd.java
字号:
public class PINGMUDDD
{
/**
* The width of device screen.
*/
public static final int PINGMUKUAN = 240;
/**
* The height of device screen.
*/
public static final int PINGMUGAO = 319;
/**
* The top of the viewport to the screen(also the height of the top spacing).
*/
public static final int sssCHUANNN_TOP = 0;
/**
* The height of the viewport.
*/
public static final int sssCHUANNN_HEIGHT = PINGMUGAO;
/**
* The left of the viewport to the screen(also the width of the left spacing).
*/
public static final int sssCHUANNN_LEFT = 0;
/**
* The width of the viewport.
*/
public static final int sssCHUANNN_WIDTH = PINGMUKUAN;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -