Created
June 5, 2009 17:07
-
-
Save javajosh/124381 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//-noverify -javaagent://Users/josh/Dropbox/java/libs/javarebel/javarebel-2.0/javarebel.jar | |
package prefuse.demos; | |
import javax.swing.JLabel; | |
/** | |
* | |
* @author josh | |
*/ | |
public class PanelBrowser extends javax.swing.JFrame { | |
/** Creates new form NewJFrame */ | |
public PanelBrowser() { | |
initComponents(); | |
load(null); | |
} | |
/** This method is called from within the constructor to | |
* initialize the form. | |
* WARNING: Do NOT modify this code. The content of this method is | |
* always regenerated by the Form Editor. | |
*/ | |
@SuppressWarnings("unchecked") | |
// <editor-fold defaultstate="collapsed" desc="Generated Code"> | |
private void initComponents() { | |
panel = new javax.swing.JPanel(); | |
jLabel1 = new javax.swing.JLabel(); | |
jMenuBar1 = new javax.swing.JMenuBar(); | |
jMenu1 = new javax.swing.JMenu(); | |
jMenuItem1 = new javax.swing.JMenuItem(); | |
jMenuItem2 = new javax.swing.JMenuItem(); | |
jMenu2 = new javax.swing.JMenu(); | |
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); | |
setTitle("CTHULHU Case Deconfliction Demo"); | |
panel.setLayout(new java.awt.BorderLayout()); | |
jLabel1.setText("jLabel1"); | |
panel.add(jLabel1, java.awt.BorderLayout.CENTER); | |
getContentPane().add(panel, java.awt.BorderLayout.CENTER); | |
jMenu1.setText("File"); | |
jMenuItem1.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_R, 0)); | |
jMenuItem1.setText("Refresh"); | |
jMenuItem1.addActionListener(new java.awt.event.ActionListener() { | |
public void actionPerformed(java.awt.event.ActionEvent evt) { | |
refresh(evt); | |
} | |
}); | |
jMenu1.add(jMenuItem1); | |
jMenuItem2.setAccelerator(javax.swing.KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_R, 0)); | |
jMenuItem2.setText("Refresh"); | |
jMenuItem2.addActionListener(new java.awt.event.ActionListener() { | |
public void actionPerformed(java.awt.event.ActionEvent evt) { | |
load(evt); | |
} | |
}); | |
jMenu1.add(jMenuItem2); | |
jMenuBar1.add(jMenu1); | |
jMenu2.setText("Edit"); | |
jMenuBar1.add(jMenu2); | |
setJMenuBar(jMenuBar1); | |
pack(); | |
}// </editor-fold> | |
private void refresh(java.awt.event.ActionEvent evt) { | |
load(null); | |
} | |
private void load(java.awt.event.ActionEvent evt) { | |
panel.removeAll(); | |
panel.add(new JLabel("Hello3")); | |
System.out.println("something2"); | |
} | |
/** | |
* @param args the command line arguments | |
*/ | |
public static void main(String args[]) { | |
java.awt.EventQueue.invokeLater(new Runnable() { | |
public void run() { | |
new PanelBrowser().setVisible(true); | |
} | |
}); | |
} | |
// Variables declaration - do not modify | |
private javax.swing.JLabel jLabel1; | |
private javax.swing.JMenu jMenu1; | |
private javax.swing.JMenu jMenu2; | |
private javax.swing.JMenuBar jMenuBar1; | |
private javax.swing.JMenuItem jMenuItem1; | |
private javax.swing.JMenuItem jMenuItem2; | |
protected javax.swing.JPanel panel; | |
// End of variables declaration | |
} | |
/* | |
Here is the output. | |
Detected Java version: 1.5 in: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home | |
Detected OS: Mac OS X | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml | |
Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-java-source-ant.jar!/org/netbeans/modules/java/source/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-java-source-ant.jar!/org/netbeans/modules/java/source/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-java-source-ant.jar!/org/netbeans/modules/java/source/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-java-source-ant.jar!/org/netbeans/modules/java/source/ant/antlib.xml | |
parsing buildfile jar:file:/Users/josh/.netbeans/6.5/ant/nblib/org-netbeans-modules-javafx-debug.jar!/org/netbeans/modules/javafx/debug/antlib.xml with URI = jar:file:/Users/josh/.netbeans/6.5/ant/nblib/org-netbeans-modules-javafx-debug.jar!/org/netbeans/modules/javafx/debug/antlib.xml | |
parsing buildfile jar:file:/Users/josh/.netbeans/6.5/ant/nblib/org-netbeans-modules-javafx-debug.jar!/org/netbeans/modules/javafx/debug/antlib.xml with URI = jar:file:/Users/josh/.netbeans/6.5/ant/nblib/org-netbeans-modules-javafx-debug.jar!/org/netbeans/modules/javafx/debug/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-web-client-javascript-debugger-ant.jar!/org/netbeans/modules/web/client/javascript/debugger/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-web-client-javascript-debugger-ant.jar!/org/netbeans/modules/web/client/javascript/debugger/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-web-client-javascript-debugger-ant.jar!/org/netbeans/modules/web/client/javascript/debugger/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-web-client-javascript-debugger-ant.jar!/org/netbeans/modules/web/client/javascript/debugger/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-javawebstart.jar!/org/netbeans/modules/javawebstart/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-javawebstart.jar!/org/netbeans/modules/javawebstart/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-javawebstart.jar!/org/netbeans/modules/javawebstart/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/java2/ant/nblib/org-netbeans-modules-javawebstart.jar!/org/netbeans/modules/javawebstart/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml | |
parsing buildfile jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml with URI = jar:file:/Applications/NetBeans/NetBeans%206.5.app/Contents/Resources/NetBeans/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml | |
parsing buildfile /Users/josh/.netbeans/6.5/var/cache/executor-snippets/run.xml with URI = file:/Users/josh/.netbeans/6.5/var/cache/executor-snippets/run.xml | |
Project base dir set to: /Users/josh/.netbeans/6.5/var/cache/executor-snippets | |
Build sequence for target(s) `run' is [run] | |
Complete build sequence is [run, ] | |
run: | |
Override ignored for property "run.jvmargs" | |
Override ignored for property "work.dir" | |
Override ignored for property "application.args" | |
Executing '/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java' with arguments: | |
'-noverify' | |
'-javaagent:/Users/josh/Dropbox/java/libs/javarebel/javarebel-2.0/javarebel.jar' | |
'-Xms512M' | |
'-Xmx1024M' | |
'-classpath' | |
'/Users/josh/Dropbox/clients/pic/cthulhu/prefuse-beta/lib/lucene-1.4.3.jar:/Applications/NetBeans/NetBeans 6.5.app/Contents/Resources/NetBeans/ide10/modules/ext/mysql-connector-java-5.1.6-bin.jar:/Users/josh/Dropbox/clients/pic/cthulhu/prefuse-beta/build/classes:/Users/josh/Dropbox/clients/pic/cthulhu/prefuse-beta/src:/Users/josh/Dropbox/clients/pic/cthulhu/prefuse-beta/demos:/Users/josh/Dropbox/clients/pic/cthulhu/prefuse-beta/data' | |
'prefuse.demos.PanelBrowser' | |
The ' characters around the executable and arguments are | |
not part of the command. | |
############################################################# | |
ZeroTurnaround JavaRebel 2.0 (200903241906) | |
(c) Copyright Webmedia, Ltd, 2007-2009. All rights reserved. | |
This product is licensed to | |
for up to 1 developer seats on site. | |
############################################################# | |
JavaRebel: A newer version '2.0.1' is available for download | |
JavaRebel: from http://www.zeroturnaround.com/download. | |
something1 | |
something1 | |
something1 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment