Virux 0 Newbie Poster

So, I have plans for a chat applet.
I have only flowcharts and drawings of what I plan to do.
Right now I'm creating my own HTTP server to deliver the applet, which is working nicely. Now I'm trying to find some stuff I want to add to the applet.
And I came across this sweet-looking IRC applet, located here:
http://mabsoft.com/applet.html

The thing I'm after is those wicked scroll bars, how they are slanted like that.
I got my hands on the jar files to the applet, and decompiled those into the class files used. I didn't see anything in the class files that mention the scrollbars, so I deleted those and started googleing how to do this. Still didn't find anything.

So, here I am.
I am fluent in Java, I am creating servers and clients to give you an idea where I am at. I'm thinking these scroll bars are icons or images, but they seem to work too smoothly, I fear they may be programmicaly drawn onto the GUI, which, I do not know how to do.

Any ideas?
Thanks. ; )

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.