-
I'd like to suggest an enhancement (it's not really a bug). VisRunner right now does the graph layout on a separate thread, but it's not a daemon thread - meaning that it blocks the JVM from stopping until it's finished. I had this problem the other day. All my windows were DISPOSE_ON_CLOSE and this was the only non-daemon, non-AWT thread.
I implemented a workaround by just subclassing...
2009-05-14 19:27:59 UTC in Java Universal Network/Graph Framework
-
Chalk it up to ghosts in the RAM. After a couple days I tried it again and now it works like it should. I run Gentoo, so I upgraded a couple packages in the past few days and it could have been a bug in any one of those packages.
I wouldn't say solved, but it's stopped being an issue.
2008-10-27 12:51:12 UTC in Launchy
-
I've been using Launchy on windows for a while now and I really like it. I tried the new Launchy 2.1.2 for linux and whenever I run any binary file, it always tries to execute it through firefox - which then just prompts me to download the binary file. If I try to run a shell script, firefox just opens it in another tab.
I'm not sure what other information to give to help clear this up, but...
2008-10-06 19:00:13 UTC in Launchy
-
I'm not sure why CompositeMap.keySet() and CompositeMap.entrySet() currently return a raw Set when they should return Set<K> and Set<Map.Entry<K,V>> respectively. I created a patch to do just that. Could you release an update to commons-collections with this new patch and any other bugfixes you might have?
I've found the commons-collections framework to be extremely...
2008-05-30 17:50:08 UTC in Commons-Collections with Generics
-
I forgot to add the java version, it's 1.6.0.03.
2007-12-13 23:54:41 UTC in Java Universal Network/Graph Framework
-
Good point, I'm running Linux with gnome and gtk+ 2.12.1. I can definitely see this being an OS-dependent bug. I haven't checked my Windows XP machine, yet.
2007-12-13 23:53:09 UTC in Java Universal Network/Graph Framework
-
This bug is in JUNG 2.0-alpha2.
I have a GraphMousePlugin that opens a popup menu. When combined with the TranslatingGraphMousePlugin and the PickingGraphMousePlugin, this causes an exception when trying to translate (or pick multiple nodes) immediately after opening a popup menu.
Reproducible: always
Steps to reproduce:
1. open a popup menu
2. press down the mouse button on the graph...
2007-12-13 16:58:14 UTC in Java Universal Network/Graph Framework
-
That's what is was, Brian. I had my DISPLAY set wrong for the first issue and I had too many jars in my classpath for the second problem. When I ran the command you showed, it started right away.
Thank you so much for your help.
Brandon.
2007-11-08 23:06:22 UTC in Java Universal Network/Graph Framework
-
I'd like to use JUNG 2 for a new project that uses SWT. But when I tried to run the swt examples bundled with the alpha2 package, I get errors. When I run the binary version I get
java -Xmx500m -cp ~/Desktop/swt-3.3.1/swt-debug.jar:../jung-swt-rendering-2.0-alpha2.jar:../jung-swt-visualization-2.0-alpha2.jar:../jung-api-2.0-alpha2.jar:./:../jung-algorithms-2.0-alpha2.jar...
2007-11-07 18:14:24 UTC in Java Universal Network/Graph Framework
-
Is there any way to change the background and foreground colors with the vt320 terminal? I've tried changing the ColorSet, but that doesn't do it. I'd like to have black on white (with color) like the xterm terminal type.
2007-09-23 02:41:33 UTC in SSHTools