trying to understand java platforms?<br>I've been studying java from a conceptual standpoint for the past month or so, like all about classes, packages, inheretance, encapsulation...etc. First, I downloaded jdk 1.1.8 and it's docs. I followed directions and created a couple of simple applets to see them work. <br><br>I noticed another platform feature on java website called j2sdk v1.3. and I downloaded that one. <br><br>Between these two versions, jdk 1.1.8 docs is easier to follow. I can just position the mouse over a highlighted reference and the page in the doc opens up. As for the j2sdk v1.3, everything downloaded in Winzip. I can scroll through the winzip files and open a page, however when I want to reference a highlighted reference from that page, it won't open. I would have to go scrolling winzip to find the file pertaining to the subject. Which is like looking for a needle in a haystack. My gut feeling tells me that this isn't the way it should be. But I don't know for sure. It seems to me that there should be an index page that I can easily access any subject in the docs by using the mouse. Like jdk 1.1.8 docs for example. Can you verify that this is simply the way the docs are viewed with j2sdk version or if I've done something wrong when I downloaded them???<br><br>Another dilemma I'm confronted with is that I'm wanting to shift to applying code. I've done that with jdk 1.1.8, I'm familiar with the steps and the process using 1.1.8 and I've seen it work. (script in notepad, open command prompt and type javac firstApplet.java where it creates a class file, then create a HTML so it can run in the browser). I'm not familiar w/the j2sdk environment. Where do I go to use that environment and how do I know if I'm using j2sdk or jdk 1.1.8???<br><br>So, now I'm going to try and play around with this program in the tutorial called 'BINGO'. write the code and compile it. Getting started I see that it uses 'Swing'. This is something that I haven't covered. So I'm going through that tutorial to cover its concepts. First of all, the tutorial starts covering different environments to compile it in or run it. jdk 1.1 doesnt have 'swing' and that to use that version I need to download the swing feature. But jdk 1.2 does have the swing feature. So now I'm confused on what the jdk 1.2 version is and should I download that one???<br><br>So if anyone can help me straighten all these environmental differences out for my own peace of mind and so I'll know what I'm working with, I would appreciate it.