~gephi.team/gephi/0.6

« back to all changes in this revision

Viewing changes to src/gephi/utils/progress/JProgressDialog.java

  • Committer: Mathieu
  • Date: 2009-02-27 11:02:46 UTC
  • Revision ID: mathieu@mathieu-laptop-20090227110246-ktpc9sf6d9pjmmh4
Cleaning and adding licence.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import gephi.ui.mainframe.MainFrame;
24
24
 
25
25
import java.awt.BorderLayout;
26
 
import java.awt.Dialog;
27
 
 
28
26
import javax.swing.JDialog;
29
27
import javax.swing.JLabel;
30
28
import javax.swing.JPanel;