public class FrameDemoTest {
public static void main(String args []){
FramDemo fd= new FramDemo("we");
fd.setVisible(true);
}
}
*******
package framdemo;
import java.awt.*;
Type: Posts; User: websit
public class FrameDemoTest {
public static void main(String args []){
FramDemo fd= new FramDemo("we");
fd.setVisible(true);
}
}
*******
package framdemo;
import java.awt.*;
Hi,
I need to do my project in basic editing images for kids & for adult as well, however i don't know which programming language can help me more.
could you recommend me which do you think...
here is the Question
Write an interface Sporty that has two methods: exercise(int), and getReady(),
where those methods return no values.
2. Write header of class ActiveHoverFrog that...
Hi need help with my homework.
can any body help??
Hi
I think I couldn’t explain what I mean, sorry for that.
I searched on the web and found this Code
public class WhileLoop {
public static void main(String[] args) {
System.out.println("Let's...
Hi
I have a project which will be list of names 1-20.
Every name can lead the user to many images.
Every image has two lines of text
Which class do you think I should use?
It takes hours & hours to relies the where is the error
and most of the time I couldn’tknow the place of an errors for example:
/*
2 * Summer12
3 * S2_A: find the errors
4 */
5 import...
int x;
x= (int) (7.0/2);
I need to know why it is essential to use (int) in the statement above?
What is it called?
How it would be without (int), is it correct?
Hi, every body
I need help in many soloution of java
is there are a software can discover the errors of java codes?
many thanks