annotations.setHorizontalTextPosition(SwingConstants.LEADING);
annotations.setSelected(true);
annotations.setText("Show Annotations");
- annotations.setBounds(new Rectangle(169, 16, 200, 23));
+ annotations.setBounds(new Rectangle(169, 14, 200, 23));
annotations.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
visualTab.add(fontNameCB);
visualTab.add(fontSizeCB);
visualTab.add(fontStyleCB);
- annsettingsPanel.setBounds(new Rectangle(173,37,300,62));
+ annsettingsPanel.setBounds(new Rectangle(173,34,300,61));
annsettingsPanel.setLayout(new FlowLayout(FlowLayout.LEFT,0,0));
annsettingsPanel.add(autoAnnotSettings1);
annsettingsPanel.add(autoAnnotSettings2);