~ubuntu-branches/ubuntu/vivid/libjgraph-java/vivid

« back to all changes in this revision

Viewing changes to examples/com/jgraph/example/groupeditor/EditableGroupDemo.java

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2011-02-09 18:37:22 UTC
  • mfrom: (1.1.7 upstream) (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110209183722-qs5mu190c7nkdald
Tags: 5.12.4.2+dfsg-1
* New upstream release.
* debian/control: 
  - set Section to java
  - change build dependency from default-jdk-builddep to default-jdk
  - add ${misc:Depends} to Depends:.
* Change source URL in debian/copyright and debian/watch.
* Switch from dh_wraporig to repack.sh for repackaging.
* Switch to source format 3.0 (quilt).
* Set Standards-Version to 3.9.1 (no changes).
* Use debhelper 7 (debian/{rules,compat,control})
* Update patch and patch headers.
* debian/rules: don't build apidocs twice.
* debian/copyright: update years of copyright and formatting.
* Register API specification with doc-base system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
         */
63
63
        public static void main(String[] args) {
64
64
                try {
 
65
                        // Switch off D3D because of Sun XOR painting bug
 
66
                        // See http://www.jgraph.com/forum/viewtopic.php?t=4066
 
67
                        System.setProperty("sun.java2d.d3d", "false");
65
68
                        // Construct Frame
66
69
                        JFrame frame = new JFrame("GraphEdX");
67
70
                        // Set Close Operation to Exit