~ubuntu-branches/ubuntu/trusty/libswingx-java/trusty

« back to all changes in this revision

Viewing changes to src/java/org/jdesktop/swingx/plaf/macosx/MacOSXStatusBarUI.java

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-12-30 21:58:46 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091230215846-k1ndl4vhrkxk3wsp
Tags: 1:1.6-1
* New upstream release.
  - remove debian/patches/swingworker.diff (merged upstream)
  - update debian/patches/pom.diff
* Depends on java6-runtime-headless as we build java6 bytecode

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: MacOSXStatusBarUI.java,v 1.11 2009/02/04 17:27:45 kschaefe Exp $
 
2
 * $Id: MacOSXStatusBarUI.java 3475 2009-08-28 08:30:47Z kleopatra $
3
3
 *
4
4
 * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
5
5
 * Santa Clara, California 95054, U.S.A. All rights reserved.
50
50
    /**
51
51
     * {@inheritDoc}
52
52
     */
 
53
    @Override
53
54
    protected void installDefaults(JXStatusBar sb) {
54
55
        super.installDefaults(sb);
55
56