Search:

Type: Posts; User: inshal

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,445

    Re: Help With illegal start of expression

    illelgal start of expression at line 16 and 20... sorry but i am doing it with cmd window.. dont know how to copy that text...
    plz help... :)
  2. Replies
    6
    Views
    1,445

    need help with illegal start of expression

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class Mouse implements MouseMotionListener{
    JFrame f;
    JLabel coord;
    public void initGUI(){
    JFrame f=new JFrame();...
  3. Replies
    6
    Views
    1,445

    Help With illegal start of expression

    hi all.. plz help me

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class Mouse implements MouseMotionListener{
    JFrame f;
    JLabel coord;
    public void initGUI(){...
Results 1 to 3 of 3