User Profile

Collapse

Profile Sidebar

Collapse
frozzenn
frozzenn
Last Activity: Nov 10 '07, 03:55 PM
Joined: Oct 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • frozzenn
    started a topic How to add GUI to aplication?
    in Java

    How to add GUI to aplication?

    Is there any easy way to add Graphical User Interface to java aplication? and make it look like applet? so I dont need to rewrite all the code. Thank you
    See more | Go to post

  • frozzenn
    started a topic How to fix this?
    in Java

    How to fix this?

    hi all,

    After compiling I recieve this msg:
    Note: C:\Documents and Settings\Evalda s\Desktop\moksl as\JAVA 2kursas\bandyma s\sample5.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecati on for details.

    Tool completed successfully

    and I can't run an applet. Whats wrong?
    Thats a code :
    import java.awt.*;
    import java.awt.event. *;
    import javax.swing.*;...
    See more | Go to post

  • frozzenn
    started a topic Statistics program
    in Java

    Statistics program

    Hello guys,

    Need any advise, any tip on how to write this program:(coz I'm really stuck with this)

    1. Allow a user to enter a number of results (a value between 2 & 30)

    2. Process the required number of results by

    • Allowing a user to enter a students name
    • Allowing a user to enter a students grade (a value between 1 & 100).

    3. When data entry is complete,
    ...
    See more | Go to post

  • frozzenn
    replied to java problem, need help please
    in Java
    Thank you very much guys. Spend hours looking for error. And it was just spelling. Thank you....
    See more | Go to post

    Leave a comment:


  • frozzenn
    replied to java problem, need help please
    in Java
    C:\Documents and Settings\Evalda s\Desktop\moksl as\JAVA 2kursas\L2\L2cu bemethod.java:5 : L2cubemethod is not abstract and does not override abstract method actionPerformed (java.awt.event .ActionEvent) in java.awt.event. ActionListener
    public class L2cubemethod extends Applet implements ActionListener
    ^
    1 error

    Tool completed with exit code 1

    I think file name I saved is the same:" L2cubemethod.ja va"...
    See more | Go to post

    Leave a comment:


  • frozzenn
    started a topic java problem, need help please
    in Java

    java problem, need help please

    I'm getting this message:
    "C:\Documen ts and Settings\Evalda s\Desktop\moksl as\JAVA 2kursas\L2\cube method.java:5: class L2cubemethod is public, should be declared in a file named L2cubemethod.ja va
    public class L2cubemethod extends Applet implements ActionListener"

    Can please someone explain whats wrong with this program?:

    [CODE=java]import java.applet.App let;
    import java.awt.*;
    import...
    See more | Go to post
    Last edited by Ganon11; Oct 13 '07, 03:05 PM. Reason: Please use the [CODE] tags provided.
No activity results to display
Show More
Working...