~gephi.team/gephi/0.6

« back to all changes in this revision

Viewing changes to src/gephi/ui/ExportWizard/ExportGEXFPanel.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:
24
24
import java.awt.FlowLayout;
25
25
 
26
26
import gephi.Application;
27
 
import gephi.io.export.ExporterGDF;
28
27
import gephi.io.export.ExporterGEXF;
29
28
import gephi.ui.UserPreferences;
30
29