first commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
#BlueJ class context
|
||||
comment0.params=
|
||||
comment0.target=ImageViewer()
|
||||
comment0.text=\n\ Create\ an\ ImageViewer\ show\ it\ on\ screen.\n
|
||||
comment1.params=
|
||||
comment1.target=void\ openFile()
|
||||
comment1.text=\n\ Open\ function\:\ open\ a\ file\ chooser\ to\ select\ a\ new\ image\ file.\n
|
||||
comment10.params=
|
||||
comment10.target=void\ makeFrame()
|
||||
comment10.text=\n\ Create\ the\ Swing\ frame\ and\ its\ content.\n
|
||||
comment11.params=frame
|
||||
comment11.target=void\ makeMenuBar(javax.swing.JFrame)
|
||||
comment11.text=\n\ Create\ the\ main\ frame's\ menu\ bar.\n\ @param\ frame\ \ \ The\ frame\ that\ the\ menu\ bar\ should\ be\ added\ to.\n
|
||||
comment2.params=
|
||||
comment2.target=void\ close()
|
||||
comment2.text=\n\ Close\ function\:\ close\ the\ current\ image.\n
|
||||
comment3.params=
|
||||
comment3.target=void\ quit()
|
||||
comment3.text=\n\ Quit\ function\:\ quit\ the\ application.\n
|
||||
comment4.params=
|
||||
comment4.target=void\ makeDarker()
|
||||
comment4.text=\n\ 'Darker'\ function\:\ make\ the\ picture\ darker.\n
|
||||
comment5.params=
|
||||
comment5.target=void\ makeLighter()
|
||||
comment5.text=\n\ 'Lighter'\ function\:\ make\ the\ picture\ lighter\n
|
||||
comment6.params=
|
||||
comment6.target=void\ threshold()
|
||||
comment6.text=\n\ 'threshold'\ function\:\ apply\ the\ threshold\ filter\n
|
||||
comment7.params=
|
||||
comment7.target=void\ showAbout()
|
||||
comment7.text=\n\ Show\ the\ 'About...'\ dialog.\n
|
||||
comment8.params=filename
|
||||
comment8.target=void\ showFilename(java.lang.String)
|
||||
comment8.text=\n\ Display\ a\ file\ name\ on\ the\ appropriate\ label.\n\ @param\ filename\ The\ file\ name\ to\ be\ displayed.\n
|
||||
comment9.params=text
|
||||
comment9.target=void\ showStatus(java.lang.String)
|
||||
comment9.text=\n\ Display\ a\ status\ message\ in\ the\ frame's\ status\ bar.\n\ @param\ text\ The\ status\ message\ to\ be\ displayed.\n
|
||||
numComments=12
|
Reference in New Issue
Block a user