Results 1 to 5 of 5
Thread: very noob question
- 01-30-2013, 08:33 PM #1
Member
- Join Date
- Jan 2013
- Location
- Mexico, D.F
- Posts
- 2
- Rep Power
- 0
very noob question
Hello this is my first post, I am really new to java programing, but I know C/C++ no it a very high level but I am intermediate C/C++.
I am writing a program to learn how to use java It´s compiling I thinks it´s what they call an applet or something like that, like I said the code compiles and run but I don’t see any output of the code or I don´t see the output it should be doing, I thinks there´s a problem not in the compiler but at the time I am executing the program, I am using jre7 and eclipse on windows.
Here´s the code
Ant here´s the outputJava Code:import javax.swing.JApplet; import java.awt.Graphics; public class graficos extends JApplet{ public void pintar(Graphics g) { g.drawString("Learnig to programa JAVA",25,25); g.drawString("Migrating to Java from C and C++",25,40); } }
app1.bmp
thanks for the help
- 01-30-2013, 08:36 PM #2
Godlike
- Join Date
- Nov 2012
- Posts
- 194
- Rep Power
- 1
Re: very noob question
You should not translate the method names. The method is called paint(), not pintar() :)
- 01-30-2013, 08:40 PM #3
Member
- Join Date
- Jan 2013
- Location
- Mexico, D.F
- Posts
- 2
- Rep Power
- 0
Re: very noob question
Wow thanks for that fast answer and it worked :-D, sorry about that very noob question I actually haven´t understood very well all that method and classes
Thanks :-D
- 01-30-2013, 08:51 PM #4
Godlike
- Join Date
- Nov 2012
- Posts
- 194
- Rep Power
- 1
Re: very noob question
No worries. Just don't go out and translate everything. You'll be fine :)
- 01-30-2013, 09:24 PM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,396
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
noob question!
By swp in forum New To JavaReplies: 5Last Post: 09-28-2011, 11:14 PM -
noob question. plz help tho!
By swp in forum New To JavaReplies: 2Last Post: 09-28-2011, 06:16 AM -
Probably Really Noob Question
By bpx95 in forum New To JavaReplies: 2Last Post: 05-16-2011, 01:44 AM -
Question - I'm a noob!
By Insaeno in forum New To JavaReplies: 5Last Post: 08-04-2008, 03:20 AM -
Noob question- easy
By mattonitto in forum New To JavaReplies: 7Last Post: 06-13-2008, 12:26 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks