jung icon indicating copy to clipboard operation
jung copied to clipboard

JUNG: Java Universal Network/Graph Framework

Results 44 jung issues
Sort by recently updated
recently updated
newest added

Any new developments in porting Jung to JavaFX 8? I've found some code for this but using old JavaFX 2.2... Thank you in advance.

``` I attached both a test file and the code. The algo used is http://en.wikipedia.org/wiki/Bron%E2%80%93Kerbosch_algorithm. Let me know if I need to make any changes before commit. Reuben ``` Original...

Priority-Medium
auto-migrated
Type-Defect

Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

Hi all! I've been working with JUNG and encountered a recurring issue that I may have identified. The problem is with the `EditingModalGraphMouse` class. Specifically, if I add a node...