Re: [Jmol-developers] accessing atom info

2015-04-02 Thread Robert Hanson
That's right. So that call is telling Jmol that there is a callback listener. So now look for implementations of JmolCallbakListener. You will find: public class AppConsole extends JmolConsole ... public abstract class JmolConsole extends GenericConsole ... public abstract class GenericConsole im

Re: [Jmol-developers] accessing atom info

2015-04-02 Thread D J
1 Apr 2015 06:32:47 -0500 From: hans...@stolaf.edu To: jmol-developers@lists.sourceforge.net Subject: Re: [Jmol-developers] accessing atom info What have you been able to learn from Integration.java? How does it work? ​ --

Re: [Jmol-developers] accessing atom info

2015-04-01 Thread Robert Hanson
What have you been able to learn from Integration.java? How does it work? ​ -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is yo

Re: [Jmol-developers] accessing atom info

2015-04-01 Thread D J
e it out on my own! -PJ Date: Tue, 17 Mar 2015 16:09:50 -0500 From: hans...@stolaf.edu To: jmol-developers@lists.sourceforge.net Subject: Re: [Jmol-developers] accessing atom info Take a look at the examples/org/jmol/Integration.java Run that as a Java application. It shows how to use the callb

Re: [Jmol-developers] accessing atom info

2015-03-18 Thread D J
own! -PJ Date: Tue, 17 Mar 2015 16:09:50 -0500 From: hans...@stolaf.edu To: jmol-developers@lists.sourceforge.net Subject: Re: [Jmol-developers] accessing atom info Take a look at the examples/org/jmol/Integration.java Run that as a Java application. It shows how to use the callbacks you are

Re: [Jmol-developers] accessing atom info

2015-03-17 Thread Robert Hanson
Take a look at the examples/org/jmol/Integration.java Run that as a Java application. It shows how to use the callbacks you are looking for. On Tue, Mar 17, 2015 at 12:51 AM, D J wrote: > So this should be a pretty simple task but I've spent a ridiculous amount > of hours trying to figure this