hi, im trying to put a marquee with this code, whats wrong with this code?
i attach the code..
br,
:wave:
Printable View
hi, im trying to put a marquee with this code, whats wrong with this code?
i attach the code..
br,
:wave:
1- This line doesn't make since, if it's a method give it a return type
2- you are call leer_opciones(); which doesn't exist in your codeCode:public indearcalc()
3- openCommand & optionsCommand doesn't exist in your class
4- You have 2 definitions of [private void menu()] and [public void startApp()]. You can't do that in OOP
so, what should i do? any suggestion..
sorry im newbie on to java..
br
:)
You'll have to do some reading on Java and JME before you start working on it.
You can't just start coding, you'll have to do some learning first
thanks :)
now i have a ticker banner ;)
After looking over your code, I agree with ComputerJy also you have put all your code into one place onstead of have several smaller pieces of code that get called form each other or the main form.