~ubuntu-branches/ubuntu/lucid/libswingx-java/lucid

« back to all changes in this revision

Viewing changes to src/beaninfo/org/jdesktop/swingx/JXCollapsiblePaneBeanInfo.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: JXCollapsiblePaneBeanInfo.java,v 1.6 2008/07/31 01:20:23 kschaefe Exp $
 
2
 * $Id: JXCollapsiblePaneBeanInfo.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.
21
21
package org.jdesktop.swingx;
22
22
 
23
23
import java.beans.BeanDescriptor;
 
24
 
24
25
import org.jdesktop.swingx.editors.EnumPropertyEditor;
25
26
 
26
27
/**
34
35
        super(JXCollapsiblePane.class);        
35
36
    }
36
37
 
 
38
    @Override
37
39
    protected void initialize() {
38
40
        BeanDescriptor bd = getBeanDescriptor();
39
41
        bd.setName("JXCollapsiblePane");