Monday, 16 January 2012

ArrayLists, JFrame, and Eclipse

Something I realized while at UIL was how insanely useful eclipse. Eclipse shows the user things that they might not be introduced to otherwise by suggesting fixes for errors. Eclipse makes it easier for a user to write without memorizing methods and also allows the user to learn new classes much easier. It seems unnecessary to memorize so much in programming and have to think about so many things when a computer could very easily do that for you.

Arraylists I had already taught myself and they're very straightforward if you understand how normal arrays work.

I've been trying to teach myself how to use PFrame and JPanel, though there is something I clearly don't understand in the classes, probably involving inheritance and the super() method. I've been procrastinating on teaching myself how to use inheritance so I'm probably going to do that soon.

I also finally realized what the difference between static and nonstatic is, and I have to say that the online sources for it make it much more complex than it is.

No comments:

Post a Comment