Search:

Type: Posts; User: mlavwilson2; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    4,127

    JFrame...

    You can always embed your JFram inside an Applet. That way the user could choose to keep it embeded in the page or make it its own window. Why would you want an applet instead of an appl launched...
  2. 25,000 entries

    Don't display 25K entries, how is that usefull? I would not start off with 25K, I would either validate the free text they entered, ot populate the dropdown after all 5 digits of the zip are...
  3. Replies
    9
    Views
    1,345

    one word...

    ... maven ...
  4. FactoryBean

    The are injected as usual, however my first view does not have any depends on the datasource. When the datasource is eventually requested it is returned via a FactoryBean. In the FactoryBean I set...
  5. datasource...

    I have a datasource in my application that is injected into my dao layer. However the application starts up without asking for any bean that depends on the datasource. That give me a chance to...
  6. Replies
    6
    Views
    1,726

    I would not use spring table support.

    I am not sure why richclient has thier own table sorting... I would take a look at glazedlist, that project is a must for any swing development.

    Do you still get errors after removing:...
  7. Replies
    6
    Views
    1,726

    get us your code

    Paste in your code to construct the table.
    The bean being displayed.
    Any modified ComponentFactory code.
  8. here is the original...

    I did not think of the bug caused by removing a listener. Adding would work, since I do not wat the added one to be fired duting the current event.



    public class...
  9. Replies
    2
    Views
    1,388

    jtable.prepareRenderer...

    If you need the entire row, then I would simply override the prepareRenderer method on the jtable to set the background for the given cell using a var to switch from flashColor, to backGround color. ...
  10. Replies
    6
    Views
    1,726

    code

    we need more details:

    did you override any mthods on your jtable...
    apply any custom renderers...

    I have seen this when I overode the repareRenderer() method.
  11. every method is synchronized

    My impl is over synchronized, I don't see how a problem could occure.
  12. Replies
    2
    Views
    12,327

    doubt it.

    It is ver simple to do. Just create and register a TableCellRenderer for the given class. You may have to set the height of the row to match the height of the image.
    ...
  13. Pet clinic example (java.lang.NullPointerException)

    When I go to add a pet I get:



    opened
    gained
    2006-03-16 13:25:34,268 ERROR org.springframework.richclient.application.config.ApplicationLifecycleAdvisor -
    java.lang.NullPointerException...
  14. SimpleApplicationEventMulticaster is not thread safe!

    I want to register a new eventHandler in an event, I get a java.util.ConcurrentModificationException upon doing this. Is there a reason that this is implemented in this way?

    I had to write my own...
  15. Replies
    21
    Views
    25,655

    Poll: conflict

    Conflict is not the right word, redundant would be better. I chose to use spring because it fit my needs, and I have yet to investigate the alts. I would use springs as a starting point, then move...
  16. Replies
    21
    Views
    25,655

    Poll: jwray does, I have yet to need the extra depend and complexity.

    jwray does, I have yet to need the extra depend and complexity.
  17. That would work. We could have the beanWrapper...

    That would work. We could have the beanWrapper be the default implementation, that would lower the required depends
  18. I like, but...

    I could not get GlazedTableModel to render indexed or mapped properties. This is a feature I can not afford to give up. So we need to have an extension point so that I can plug in my impl to...
  19. cool...

    I planned on making a next page to set up the sorting on the selected columns, i want to get to this soon. But it could be converted to a dialog.


    In my application I have a Player.class. This...
  20. images

    I will get back to you on the 1/2 done i18 keys :(
  21. A little doc to make up for NO javadoc...

    The "news" is the key used to C.R.U.D. the selected columns. There could be many of these refering to a single News.class in the confiuration.
    The "news. is a prefix used as the key to a resource...
  22. Source for Customizable, persisted colom order and selection...

    I have attached the source for review. It does lack 18n, and the wizard for selecting columns is not elegant, neither of which are high on my list :(

    Please post any comments/changes...

    Create...
  23. Replies
    3
    Views
    986

    close a JPanel?

    You can not listen to a close on a JPanel :(

    If your jpanel needs to do something on close then I would in the ApplicationLifeCycleAdvisor's method:

    public boolean...
  24. hslq / castor

    I ended up using a hybrid opproach of hsql and castor. hsql for the archival data, and castor for the user data.

    One thing I thought would be worth sharing is a simple view for querying the...
  25. My solution...

    Since I hear nothing... I had to implement this myself :(

    I built it on top of glazedlists with very little effort. If anyone is interested in the details I will take the time to post the...
Results 1 to 25 of 64
Page 1 of 3 1 2 3