~ubuntu-branches/ubuntu/natty/libswingx-java/natty

« back to all changes in this revision

Viewing changes to src/test/org/jdesktop/swingx/table/TableColumnExtTest.java

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2010-07-26 12:11:27 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100726121127-k0d3b21nhja0dn93
Tags: 1:1.6.1-1
* New upstream release.
* Switch to 3.0 (quilt) format.
* Bump Standards-Version to 3.9.1: no changes needed.
* Drop Depends on JRE: not requested anymore by new Java Policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: TableColumnExtTest.java 3393 2009-07-20 11:02:27Z kleopatra $
 
2
 * $Id: TableColumnExtTest.java 3691 2010-05-03 18:03:44Z kschaefe $
3
3
 *
4
4
 * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
5
5
 * Santa Clara, California 95054, U.S.A. All rights reserved.
19
19
import org.jdesktop.swingx.decorator.ColorHighlighter;
20
20
import org.jdesktop.swingx.decorator.CompoundHighlighter;
21
21
import org.jdesktop.swingx.decorator.Highlighter;
22
 
import org.jdesktop.swingx.decorator.UIDependent;
 
22
import org.jdesktop.swingx.plaf.UIDependent;
23
23
import org.jdesktop.swingx.renderer.DefaultTableRenderer;
24
24
import org.jdesktop.test.PropertyChangeReport;
25
25
import org.jdesktop.test.SerializableSupport;