Search:

Type: Posts; User: stab

Search: Search took 0.06 seconds.

  1. Re: Is it possible to use same event code for several objects?

    Actually I would like to do this for smartgwt imgbuttons, but I don't understand how to add an ActionListener.
    I have a class:
    public class gwtMap extends Composite {
    and when I add, implements...
  2. Is it possible to use same event code for several objects?

    Hi,

    I've made a gwt gui-app with 5 buttons and added mouseoverhandlers for these and
    would like to use something like:

    button.addMouseOverHandler(Object object, new MouseOverHandler()
    {
    ...
  3. No tables shown in NetBeans reverse engineering wizard with Hibernate and PostgreSQL

    Hi,

    Being a newbie in java I follow the tutorial:Using Hibernate in a Java Swing Application to try
    to learn how to create a simple swing databas app in java using NetBeans and Hibernate.
    In the...
  4. Replies
    1
    Views
    3,005

    How to programmatically set combobox width?

    Hi,

    Newbie in Java testing database access.
    Succeeded to load driver, make a connection and reading tablenames.
    Want to load retrieved tablenames into a jcombobox and afterwards adjust ...
  5. Replies
    3
    Views
    3,721

    Re: Need help to connect to PostgreSql

    Downloaded "JDBC4 Postgresql Driver, Version 9.0-801.zip", unzipped it, didn't get a jarfile, instead a filestructure like:
    postgresql-9.0-801.jdbc4
    META-INF
    org
    postgresql
    ...
  6. Replies
    3
    Views
    3,721

    Need help to connect to PostgreSql

    Hi all,

    I'm a java newbie and need help to connect to a postgresql database from NetBeans.
    I've managed to register the postgresql driver in service page in NetBeans and establish
    a connection...
Results 1 to 6 of 6