Search:

Type: Posts; User: Maltese

Search: Search took 0.18 seconds.

  1. Replies
    9
    Views
    2,019

    Re: What does this mean????

    I am trying to run the Testing class ... but there is nothing when it comes to compiling its a run time error and the problem I think is the Testing class because the other works smooth
  2. Replies
    9
    Views
    2,019

    Re: What does this mean????

    What is SSCCE cause I am trying to click on what you sent me that hyperlink marked in blue and nothing is loaded
  3. Replies
    9
    Views
    2,019

    Re: What does this mean????

    The CharacterPadSpace works silky smooth and when compiling everything seems ok
  4. Replies
    9
    Views
    2,019

    Re: What does this mean????

    The CharacterPadSpace works silky smooth and when compiling everything seems ok
  5. Replies
    9
    Views
    2,019

    Re: What does this mean????

    package GUI;

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;

    public class Testing extends JPanel implements MouseListener{

    private JTextField...
  6. Replies
    9
    Views
    2,019

    What does this mean????

    java.lang.NoSuchMethodError: main
    Exception in thread "main"
    Process completed.


    (I made a main method)
  7. Re: I am building a simple on screen keyboard and then I want it to communicate......

    ok I am going to start working on it I will call you back thanks...
  8. Re: I am building a simple on screen keyboard and then I want it to communicate......

    And another thing Norm.... which panel I do first the on screen keyboard or the one which will be holding the text field. Example when from the on screen keyboard the letter A is pressed if the text...
  9. Re: I am building a simple on screen keyboard and then I want it to communicate......

    Ok...Thanks for your help I'll try if I get stuck I'll call you back thanks .... Very very thanks
  10. Re: I am building a simple on screen keyboard and then I want it to communicate......

    The keyboard isn't ready yet but before i make it i want to make sure that then it can be useful. I've planed to design a keyboard and each key pressed for exanple pressing the letter m is then...
  11. I am building a simple on screen keyboard and then I want it to communicate.......

    I am building a simple on screen keyboard and then I want it to communicate with a text field in another window... Any help please!!!! I am still a beginner..:)
Results 1 to 11 of 11