-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainMenu.ctxt
More file actions
32 lines (32 loc) · 1.33 KB
/
MainMenu.ctxt
File metadata and controls
32 lines (32 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#BlueJ class context
comment0.target=MainMenu
comment1.params=
comment1.target=void\ main()
comment10.params=e
comment10.target=void\ mouseMoved(java.awt.event.MouseEvent)
comment11.params=e
comment11.target=void\ keyPressed(java.awt.event.KeyEvent)
comment12.params=e
comment12.target=void\ keyReleased(java.awt.event.KeyEvent)
comment13.params=e
comment13.target=void\ keyTyped(java.awt.event.KeyEvent)
comment14.params=levelName
comment14.target=void\ save(java.lang.String)
comment2.params=
comment2.target=MainMenu()
comment3.params=g
comment3.target=void\ paintComponent(java.awt.Graphics)
comment4.params=e
comment4.target=void\ mousePressed(java.awt.event.MouseEvent)
comment4.text=\r\n\ \r\n\ @param\ e\ This\ holds\ the\ data\ relevant\ to\ the\ mouse\ press.\ In\ this\ method\ the\ only\ values\ which\ are\ pulled\ from\ e\ are\ e.getX()\ and\ e.getY()\r\n\ Those\ are\ the\ x\ and\ y\ coordinates\ of\ the\ current\ mouse\ press.\r\n
comment5.params=e
comment5.target=void\ mouseReleased(java.awt.event.MouseEvent)
comment6.params=e
comment6.target=void\ mouseClicked(java.awt.event.MouseEvent)
comment7.params=e
comment7.target=void\ mouseEntered(java.awt.event.MouseEvent)
comment8.params=e
comment8.target=void\ mouseExited(java.awt.event.MouseEvent)
comment9.params=e
comment9.target=void\ mouseDragged(java.awt.event.MouseEvent)
numComments=15