Organized imports in Eclipse.

This commit is contained in:
dchandler 2005-02-28 01:37:54 +00:00
parent f8bd7e83cb
commit ff130e6fb1
23 changed files with 220 additions and 114 deletions

View file

@ -18,10 +18,12 @@ Contributor(s): ______________________________________.
package org.thdl.tib.bibl;
import java.io.*;
import java.awt.*;
import javax.swing.*;
import java.util.Hashtable;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Insets;
import javax.swing.JOptionPane;
/**
* This interface contains all the constants used throughout the TiblEdit program. They are roughly organized