> Ok.. I just found another thing..
>
[quoted text clipped - 3 lines]
> a bit changed after i call matlab for the first time... their letters
> are not bold as they used to.
All the buttons are updated apart from the letters in pop ups, as
mentioned above.
What do you mean " What interface am i using to access Matlab from
Java??"
I am doing the following procedure:
1) I write a function in matlab code and i use the matlab javabuilder
to compile it and make it into a java package wich contains this
function, with a specific API.
2) Then insert the package into my java application and i create an
instance of the class and i call its method which is the function i
wrote. if i want to pass numeric arguments, i have to declare them in
type: MWNumericArray.
Thats it. actually.
I dont use any L&F coommands.. as far as i know. I dont know what
matlab does, i have no tutorial for Java builder. I have asked in
matlab groups, but havent got any answer.
Thank you again,
Stavroula
On Jan 21, 11:08 pm, "Larry Barowski"
<MElarrybar-AT-eng_DOT_auburnANOTHERDOTeduEND> wrote:
> > Ok.. I just found another thing..
>
[quoted text clipped - 10 lines]
> using to access Matlab from Java? Are there any
> L&F specific commands?
Larry Barowski - 23 Jan 2007 15:36 GMT
> I am doing the following procedure:
> 1) I write a function in matlab code and i use the matlab javabuilder
[quoted text clipped - 9 lines]
> matlab does, i have no tutorial for Java builder. I have asked in
> matlab groups, but havent got any answer.
I can't find anything about Look&Feel in their online docs.
Since it seems they are using the system L&F, you could
just call a Matlab method before you create any interface
and stick with that, until you find a better solution. At least
that way you won't have components with different L&Fs
mixed up in your application.
stacey - 27 Jan 2007 16:55 GMT
Thanx a lot for your help.
I ll do what you proposed. Its a good temp solution..
Best Regards,
Stacey
On Jan 23, 5:36 pm, "Larry Barowski" <MElarrybar-AT-
eng_DOT_auburnANOTHERDOTeduEND> wrote:
> > I am doing the following procedure:
> > 1) I write a function in matlab code and i use the matlab javabuilder
[quoted text clipped - 14 lines]
> that way you won't have components with different L&Fs
> mixed up in your application.