Thanks ge0ffrey, that was a fast reply. I will give it a go! It seems that code is incomplete though, it would be very nice of you to add the bottom bit that is missing from your last post :-) Thanks...
Type: Posts; User: alexLondon; Keyword(s):
Thanks ge0ffrey, that was a fast reply. I will give it a go! It seems that code is incomplete though, it would be very nice of you to add the bottom bit that is missing from your last post :-) Thanks...
Dear All,
I am just learning sprinch rich. I've managed to do a master detaile form and it's working fine.
q1. How do I get it to work with hibernate, I have everything set-up but how can I...
You can specify initial size of your application window in your applicationLifecycleAdvisor class (or overrided it in your custom implementation if you need to )
In my case it's a class :
...
Thanks a lot, it worked for me. I kind of thought of overriding all of the methods, but instead I just overridden one of them :-) The key other method is setVisible, it needs to be overridden, and...
I've just managed to get JXStatus bar into my application by adding the folowing to MultiplepagesApplicationLifecycleAdvisor class:
public void onWindowCreated(ApplicationWindow window) {
...
Hello,
Does anybody have any expirience of implementing JXStatusBar into Spring RCP based applications? I am currently developing my first application using...