~ubuntu-branches/ubuntu/vivid/electric/vivid

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/user/dialogs/options/CellModelTab.java

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2014-07-08 21:54:23 UTC
  • mfrom: (1.1.6) (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140708215423-4zrgsca1e28tzcoc
Tags: 9.05+dfsg-1
* Imported Upstream version 9.05+dfsg.
* Add signing-key.pgp and check for valid upstream tarballs with uscan's
  pgpsigurlmangle feature.
* Move the package to Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import com.sun.electric.database.hierarchy.Library;
26
26
import com.sun.electric.tool.io.output.CellModelPrefs;
27
27
import com.sun.electric.tool.user.dialogs.OpenFile;
 
28
import com.sun.electric.tool.user.dialogs.PreferencesFrame;
28
29
 
29
 
import java.awt.Frame;
30
30
import java.awt.event.ActionEvent;
31
31
import java.awt.event.ActionListener;
32
32
import java.util.HashMap;
73
73
    }
74
74
 
75
75
        /** Creates new form CellModelFile panel */
76
 
        public CellModelTab(Frame parent, boolean modal, CellModelPrefs modelPrefs)
 
76
        public CellModelTab(PreferencesFrame parent, boolean modal, CellModelPrefs modelPrefs)
77
77
        {
78
78
                super(parent, modal);
79
79
        this.modelPrefs = modelPrefs;