📄 gethelp.java
字号:
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class gethelp implements ActionListener {
gethelp() {
}
public void actionPerformed(ActionEvent actionevent) {
new help(
400,
300,
"You can draw with stamps or with colors.\nYour pen color is indicated by the bar under the menu.\nYou can also select a background image.\nSelecting a background image erases what you have drawn.\n\nSelect a drawing mode from the list on the left.\nThen make your choice from the choices on the right list.\nClick below the color bar to draw.\n\nYou can erase what you have drawn by pressing Clear.");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -