help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: R: Best way to create interactive GUI apps with octave?


From: schnumbl
Subject: Re: R: Best way to create interactive GUI apps with octave?
Date: Thu, 28 Oct 2010 07:54:55 -0700 (PDT)

Hi, 

I tried to run the callback example (with octave 3.2.4_gcc-4.4.0), but the
line

Octave.call(callBack, new Object[]{val}, new Object[] {}); 

produces an error:

Exception occured during event dispatching: java.lang.UnsatisfiedLink Error:
...

What *.jar files do I have to include to compile the *.java files? 

--------

In Matlab it is possible to add an action listener to a java object like
this:

import javax.swing.*;

jb = javax.swing.JButton;
jbh = handle(jb,'CallbackProperties');
set(jbh, 'ActionPerformedCallback',@myMatlabFile)

Is there something similiar in octave for the java package? 

Sunny regards,

Stefan
 
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Best-way-to-create-interactive-GUI-apps-with-octave-tp2019418p3017394.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]