Search:

Type: Posts; User: Souperk

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,495

    [SOLVED] Re: Questions for web experts

    Hello again, I made the snippet i had asked for using the HtmlUnit I think that there is a far better way to be done and i am looking for it but and this works for me.

    The code

    public void...
  2. Replies
    6
    Views
    1,495

    [SOLVED] Re: Questions for web experts

    Well, first of all i want to apologise to everyone who read my post because i haven't realised that it could be rude and also i think it may seem more rude to you because i am not that familiar with...
  3. Replies
    6
    Views
    1,495

    [SOLVED] Re: Questions for web experts

    As it has been a day and 40 views without reply i think that noone hear has done something like that in the past. Now because i will continue searching i would like to know id this is possible with...
  4. Replies
    6
    Views
    1,495

    [SOLVED] google search bot, with java

    Hello everybody,
    I am being trying to make a "bot"(robot) which for a start i want to load site set the username password fields nad then log in. So i would like
    1) make me a snippet(working,short...
  5. Replies
    28
    Views
    3,106

    Re: PLEASE HELP!!!!!!

    Well As I see haibhailie you have some problems with the syntax So I would like to ask you if you are using a java editor if not you could try the Eclipse very useful for preventing syntax errors....
  6. Replies
    4
    Views
    1,565

    Re: Online database help

    It is for a browser game i used to play 3 - 4 years ago. It simple moves the mouse throw some locations on the screen(x,y) and then clicks. The locations are my defaults that works on my screen and...
  7. Replies
    4
    Views
    1,565

    Re: Online database help

    Well, I have made a bot(with mouse controlling) and I am thinking of selling

    1)Well I have been learning java for 7-8 to months alone java. I don't know any other languages(programming) except...
  8. Replies
    4
    Views
    1,565

    Online database help

    Well, I would like to make a site just for keeping a database(derby probably) with passwords and names.

    So, I would like to ask you
    1)if it is possibly and if so is it easy?
    2)What i would need...
  9. Replies
    9
    Views
    3,864

    [SOLVED] Re: Set Invisible or close a frame

    I used the following code


    JButton b = new JButton();
    b.addActionListener(new ActionListener() {

    @Override
    public void actionPerformed(ActionEvent arg0)
    {...
  10. Replies
    9
    Views
    3,864

    [SOLVED] Re: Set Invisible or close a frame

    Thank you I made it work with 2 new Action Listener.
  11. Replies
    9
    Views
    3,864

    [SOLVED] Re: Set Invisible or close a frame

    if you mean this

    JFrame frame = new JFrame();
    frame.setVisible(true);
    frame.setVisible(false);



    i tried that
  12. Replies
    9
    Views
    3,864

    [SOLVED] Re: Set Invisible or close a frame

    First of all, sorry for not specifying my question.

    Now my question: How can i set invisible a frame when a press a button.

    I hope this will help you to help me.

    Thanks in advance,
    Kostas
  13. Replies
    9
    Views
    3,864

    [SOLVED] Set Invisible or close a frame

    Hello!
    I want to make a program which
    1) will open a frame with a button.
    2) When I press the button it will open a new frame with another button.
    3)When I press the button of the second frame I...
  14. Replies
    4
    Views
    1,843

    [SOLVED] Re: println() for JTextArea

    Hi,
    I think you want to type something int the text field or area

    if so you can use the class's contractor


    JTextField name = new JTextField("Everythink you want");


    Then you write...
Results 1 to 14 of 14