~codescore-dev/codescore/version-1.0

« back to all changes in this revision

Viewing changes to doc/java_doc/src-html/net/codescore/ui/client/NewSubmissionForm.html

  • Committer: Adam Cornett
  • Date: 2008-05-16 02:53:17 UTC
  • mfrom: (65.1.52 codescore)
  • Revision ID: adam.cornett@gmail.com-20080516025317-douek1kxjabvb3wu
Merged changes from my branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
<FONT color="green">042</FONT>            private final Textbox sourceBox;<a name="line.42"></a>
46
46
<FONT color="green">043</FONT>            private final DataContext tempContext;<a name="line.43"></a>
47
47
<FONT color="green">044</FONT>    <a name="line.44"></a>
48
 
<FONT color="green">045</FONT>            public NewSubmissionForm(final ProblemDetail p) {<a name="line.45"></a>
 
48
<FONT color="green">045</FONT>            public NewSubmissionForm(final ProbDetail p) {<a name="line.45"></a>
49
49
<FONT color="green">046</FONT>                    super(p);<a name="line.46"></a>
50
50
<FONT color="green">047</FONT>                    setPosition("center");<a name="line.47"></a>
51
51
<FONT color="green">048</FONT>                    setWidth(Style.getString("style.bigWidth"));<a name="line.48"></a>