i've been studying Java for months now and i've got this project and
i'm wondering if you guys can help me.
here's the scenario: i made two separate java applets (one with
frames and the other without. so when i had the two compiled, i get
two separate class files, right? no problem there. but the thing
is, i wanted to load the class file (the one with the frame) when i
press a button in the other applet. is it possible or am i just
planning something stupid? i'm also thinking of fusing the two
applets together into one long source code but wouldn't that make
more difficult?
also, if there is any methods in java i can use in order to direct me
to a webpage. sort of like a button link of some sort.