Search:

Type: Posts; User: Jack_Maloney

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    2,330

    Drag and drop scrolling problem

    Hi,

    I have a problem with drag and drop in swing. Im hoping i can get this question answered without actually showing any code as i think its just theory. Basically I have a JScrollPane which is...
  2. Replies
    1
    Views
    1,574

    Java Contracting

    Hi,

    I was just wondering how many years of experience you should have in Java before thinking about going into contracting? How much could I expect to get when starting out (in UK?)

    Thanks,...
  3. Replies
    1
    Views
    1,964

    SQL Max Decode Problem

    Hi,

    I have a problem within a Java application using a MAX DECODE SQL statement. So heres a sample of the code im using:

    SELECT ReaderID,
    MAX(DECODE (cause, 0,sequence+ 1, -1)) AS...
  4. setVerifyInputWhenFocusTarget problem with JMenu

    Hi,

    Im having a problem using the setVerifyInputWhenFocusTarget(false) method. Basically, this seems to work fine with a JButton (i.e. a cancel button which doesnt need to verify the input)....
Results 1 to 4 of 4