Updated todo, untracking EMode.jar

This commit is contained in:
Manindra Moharana
2013-07-05 18:19:37 +05:30
parent 16cb899006
commit 1c593af14d
2 changed files with 8 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ public class ASTGenerator {
// frameAutoComp = new JFrame();
// frameAutoComp.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
// frameAutoComp.setBounds(new Rectangle(1280, 100, 460, 620));
// tableAuto = new JTable();
tableAuto = new JTable();
// JScrollPane sp2 = new JScrollPane();
// sp2.setViewportView(tableAuto);
// frameAutoComp.add(sp2);
@@ -1593,6 +1593,8 @@ public class ASTGenerator {
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
frmOccurenceList.setTitle("All occurrences of "
+ editor.ta.getSelectedText());
lblRefactorOldName.setText("Current name: "
+ editor.ta.getSelectedText());
txtRenameField.requestFocus();