#Is anyone familiar with Jframe? Beginner needs help
1 messages · Page 1 of 1 (latest)
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
Still need help
"interface" is one word, "Interface" not "InterFace"
your view should derive from a container, such as JPanel. your UML doesnt show that it does
@final fractal
oh sorry had a typo
i was not taught about jpanel in class );
what were you taught in class? hard to help without knowing the boundaries of the assignment
and what does this have to do with JFrame, as you have it in the title?
were you shown the "content pane" in class?
this is basically all i was taught about jframe
what i need to do for my assignment
i had a model created from the last assignment
now i need to create controller and view for it
Sounds like you need to end up with a Swing based application. I would suggest you break things down. Have you ever created a simple Swing GUI application?
Never, this is my first time
what i have in mind right now
You provided example code for JFrameView, do you know what that is supposed to do? Do you think you can get that working? That would be a good start. You also need to sketch out what your GUI needs to display and what actions such as buttons the user will need to make things happen such as add a Monkey.