#Is anyone familiar with Jframe? Beginner needs help

1 messages · Page 1 of 1 (latest)

mint canopyBOT
#

<@&987246487241105418> please have a look, thanks.

mint canopyBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

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.

final fractal
#

Still need help

sterile adder
#

"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

final fractal
final fractal
sterile adder
#

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?

final fractal
#

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

ember rose
#

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?

final fractal
#

what i have in mind right now

ember rose
#

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.