Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefuse as Netbeansproject #21

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/dist/
/nbproject/private/
/build/
402 changes: 95 additions & 307 deletions build.xml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions demos/prefuse/demos/GraphView.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ public void tupleSetChanged(TupleSet ts, Tuple[] add, Tuple[] rem)
display.addControlListener(new NeighborHighlightControl());

// overview display
// Display overview = new Display(vis);
// overview.setSize(290,290);
// overview.addItemBoundsListener(new FitOverviewListener());
Display overview = new Display(m_vis);
overview.setSize(290,290);
overview.addItemBoundsListener(new FitOverviewListener());

display.setForeground(Color.GRAY);
display.setBackground(Color.WHITE);
Expand All @@ -184,10 +184,10 @@ public void tupleSetChanged(TupleSet ts, Tuple[] add, Tuple[] rem)
ForceSimulator fsim = ((ForceDirectedLayout)animate.get(0)).getForceSimulator();
JForcePanel fpanel = new JForcePanel(fsim);

// JPanel opanel = new JPanel();
// opanel.setBorder(BorderFactory.createTitledBorder("Overview"));
// opanel.setBackground(Color.WHITE);
// opanel.add(overview);
JPanel opanel = new JPanel();
opanel.setBorder(BorderFactory.createTitledBorder("Overview"));
opanel.setBackground(Color.WHITE);
opanel.add(overview);

final JValueSlider slider = new JValueSlider("Distance", 0, hops, hops);
slider.addChangeListener(new ChangeListener() {
Expand All @@ -205,7 +205,7 @@ public void stateChanged(ChangeEvent e) {
cf.setBorder(BorderFactory.createTitledBorder("Connectivity Filter"));
fpanel.add(cf);

//fpanel.add(opanel);
fpanel.add(opanel);

fpanel.add(Box.createVerticalGlue());

Expand Down
Binary file added lib/junit_4/junit-4.10-javadoc.jar
Binary file not shown.
Binary file added lib/junit_4/junit-4.10-sources.jar
Binary file not shown.
Binary file added lib/junit_4/junit-4.10.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions lib/nblibraries.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
libs.junit_4.classpath=\
${base}/junit_4/junit-4.10.jar
libs.junit_4.displayName=JUnit 4.10
libs.junit_4.javadoc=\
${base}/junit_4/junit-4.10-javadoc.jar
libs.junit_4.prop-maven-dependencies=junit:junit:4.10:jar
libs.junit_4.src=\
${base}/junit_4/junit-4.10-sources.jar
1,441 changes: 1,441 additions & 0 deletions nbproject/build-impl.xml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build.xml.data.CRC32=c9bc544e
build.xml.script.CRC32=8f7dbb3b
[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=07a3f84f
nbproject/build-impl.xml.script.CRC32=1f61b2c3
nbproject/[email protected]
77 changes: 77 additions & 0 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=Prefuse
application.vendor=Sascha
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
build.dir=build
build.generated.dir=${build.dir}/generated
build.generated.sources.dir=${build.dir}/generated-sources
# Only compile against the classpath explicitly listed here:
build.sysclasspath=ignore
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
# Uncomment to specify the preferred debugger connection transport:
#debug.transport=dt_socket
debug.classpath=\
${run.classpath}
debug.test.classpath=\
${run.test.classpath}
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/Prefuse.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.lucene-1.4.3.jar=lib\\lucene-1.4.3.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.lucene-1.4.3.jar}:\
${libs.junit_4.classpath}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.processorpath=\
${javac.classpath}
javac.source=1.7
javac.target=1.7
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
javac.test.processorpath=\
${javac.test.classpath}
javadoc.additionalparam=
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
platform.active=default_platform
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
# Space-separated list of JVM arguments used when running the project.
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
# To set system properties for unit tests define test-sys-prop.name=value:
run.jvmargs=
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
source.encoding=UTF-8
src.demos.dir=demos
src.dir=src
test.src.dir=test
19 changes: 19 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>Prefuse</name>
<source-roots>
<root id="src.demos.dir" name="Demos"/>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
<definitions>.\lib\nblibraries.properties</definitions>
</libraries>
</configuration>
</project>
File renamed without changes.
File renamed without changes.
Loading