221222223224225226227228
} /** Displays the table of labels. */ protected void displayLabelTable() { LabelTableDialog frame = new LabelTableDialog(this, context.getData()); frame.setVisible(true); }