~ubuntu-branches/ubuntu/utopic/mediathekview/utopic

« back to all changes in this revision

Viewing changes to src/mediathek/gui/dialogEinstellungen/PanelPset.java

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2014-07-24 12:04:16 UTC
  • mfrom: (4.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140724120416-h9r0d70ql741jdnl
Tags: 7-1
* Imported Upstream version 7.
* Update debian/watch to detect new upstream tarballs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import javax.swing.JFrame;
26
26
import mediathek.daten.Daten;
27
27
import mediathek.gui.PanelVorlage;
28
 
import mediathek.tool.Konstanten;
29
28
import mediathek.tool.MVConfig;
30
29
 
31
30
public class PanelPset extends PanelVorlage {