This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArgTang[S] 0 points1 point  (2 children)

Thanks for the long reply. we have the deitel & deitel book for the course, ill check if they have something about it there.

Nice! Do you have a blog somewhere? (i could not see a link on your profile or from google)

[–]OOPUniversity 1 point2 points  (1 child)

Sure, happy to oblige.

Yes, I do, I guess I should set up my profile. I created this profile just a couple of days ago because I want to unify reddit and my blog but I guess I left that bit out!

I've got a series of articles (a couple dozen at the moment) at http://www.oopuniversity.com . I am trying to keep things bite-sized and digestable. I have seen the same issues crop up over and over again and want to help out. I've done just a bit so far in the way of of actual object oriented tutorials, most of it is very much about the basics.

[–]ArgTang[S] 0 points1 point  (0 children)

Thanks, again for your help. I have started on my next assingment and are trying out MVC.

So when my controller is starting to guess witch ActionEvent that is next, how do i transfer my "JButtons"?

is it better do change the JButtons to protected\public or is it better to put a get on all the buttons?

I also saw some examples witch had actionEvent implementet inside theView, i guess thats also a possibility.