Skip to content

Home#2

Open
Scarecrow-ai wants to merge 1 commit into
MacsedProtoss:masterfrom
Scarecrow-ai:master
Open

Home#2
Scarecrow-ai wants to merge 1 commit into
MacsedProtoss:masterfrom
Scarecrow-ai:master

Conversation

@Scarecrow-ai
Copy link
Copy Markdown

进入游戏和进入排行榜的函数调用还没写

lp.add(bgp,JLayeredPane.DEFAULT_LAYER);
newGame =new JButton("开始游戏",button);
newGame.setBounds(150,100,200,50);
newGame.addActionListener(actionEvent -> {});
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里没写进入游戏的函数

newGame.addActionListener(actionEvent -> {});
rank =new JButton("排行榜",button);
rank.setBounds(150,200,200,50);
rank.addActionListener(actionEvent -> {});
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里没写进入排行榜的函数

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant