~revager-developers/revager/assistant_redesign

« back to all changes in this revision

Viewing changes to src/org/revager/gui/dialogs/assistant/OpenReviewPanel.java

  • Committer: D.Casciato
  • Date: 2010-05-19 15:59:30 UTC
  • Revision ID: d.casciato@hyperion-20100519155930-32mvb2ud9zs3r24i
bugfixing

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
 
194
194
                        @Override
195
195
                        public void actionPerformed(ActionEvent e) {
196
 
                                //UI.getInstance().getAssistantDialog().setLocalMode("moderator");
 
196
                                UI.getInstance().getAssistantDialog().setLocalMode("moderator");
197
197
                                Data.getInstance().setMode("moderator");
198
198
                        }
199
199
                });
202
202
 
203
203
                        @Override
204
204
                        public void actionPerformed(ActionEvent e) {
205
 
                                //UI.getInstance().getAssistantDialog().setLocalMode("scribe");
 
205
                                UI.getInstance().getAssistantDialog().setLocalMode("scribe");
206
206
                                Data.getInstance().setMode("scribe");
207
207
                        }
208
208
                });
278
278
                }
279
279
                anotherReviewLnk = new HLink(anotherRevStrng, browseIcon,
280
280
                                browseRolloverIcon, null);
 
281
                anotherReviewLnk.setUnderlined(true);
281
282
                anotherReviewLnk.addActionListener(openAnotherRev);
282
283
                GUITools.addComponent(this, gbl2, anotherReviewLnk, 2, 4, 1,
283
284
                                1, 1.0, 1.0, 30, 30, 0, 0, GridBagConstraints.HORIZONTAL,