User Profile

Collapse

Profile Sidebar

Collapse
dudeishfish
dudeishfish
Last Activity: Nov 30 '07, 07:08 PM
Joined: Nov 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dudeishfish
    replied to Simulating Pressed Keys
    in Java
    Wait, I found it. Thanks.
    That was just what I needed.
    See more | Go to post

    Leave a comment:


  • dudeishfish
    replied to Simulating Pressed Keys
    in Java
    No, awt.Robot was NOT in the documentation. I searched, and it was NOT there
    See more | Go to post

    Leave a comment:


  • dudeishfish
    replied to Simulating Pressed Keys
    in Java
    In the Java documentation. It wasn't there.
    See more | Go to post

    Leave a comment:


  • dudeishfish
    replied to Adding input?
    in Java
    Sorry about double post.

    I tinkered with the code for a little while and got this:
    Code:
                open.setAccelerator(
                KeyStroke.getKeyStroke(KeyEvent.VK_O, Event.CTRL_MASK));
                open.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
    
                    obj.setMode(FileDialog.LOAD);
                    String filename = "Untitled";
    ...
    See more | Go to post

    Leave a comment:


  • dudeishfish
    replied to Simulating Pressed Keys
    in Java
    I took a look on the Java Documentation, and it looks like awt.robot is no longer in use. I want to make this program to type, without typing.
    See more | Go to post

    Leave a comment:


  • dudeishfish
    replied to Adding input?
    in Java
    Thats kind of why I posted this question-because I have no idea what to do. By telling me that I did it wrong and should do it myself, you helped me in no way. I still do not know what to do to make it work.
    See more | Go to post

    Leave a comment:


  • dudeishfish
    started a topic Simulating Pressed Keys
    in Java

    Simulating Pressed Keys

    I do not know how to even start with something like this. How would you make the computer think you are pressing certain keys without the user actually pressing them?
    See more | Go to post

  • dudeishfish
    replied to Adding input?
    in Java
    Yep. The same error message. It didn't seem to do anything.
    See more | Go to post

    Leave a comment:


  • dudeishfish
    replied to Adding input?
    in Java
    I assume you mean:
    Code:
     [B]public[/B] FileDialog obj = new FileDialog(this);
    I didn't work. :(
    Am I doing something wrong?
    See more | Go to post

    Leave a comment:


  • dudeishfish
    replied to Adding input?
    in Java
    Sorry, but I am stupid :( How do you make it public?
    See more | Go to post

    Leave a comment:


  • dudeishfish
    started a topic Adding input?
    in Java

    Adding input?

    Hey Everyone!

    After using Devshed (possibly the worst forum I have ever encountered) I have come here with my questions and answers about Java, Python, VB, Basic C++, HTML, Game Maker, and Uni-Gasp. So, greetings!

    On to the question: I have been working on a Text editor a little bit, and hit a dead halt. I can not figure out how to import text into my program. I have what I thought would work in my code, but it just...
    See more | Go to post
No activity results to display
Show More
Working...