Help with Java.
I'm currently learning Java and hope to have a client here by June. I just started with Java and I don't know basic shit. Would be awesome if someone were to help me with array-list GUI, black outline on text, making a transparent square, etc.
Thanks + rep will be given.
I would like some HQ posts and not some simple C+P stuff, like commenting (//) to explain what is going on. Thanks in advance.
EDIT: I have already read many tutorials but they only seem to be c+p stuff..
I don't really feel like explaining most of that stuff but I'd try hf for some more in-dept tutorials . But to make a transparent Rect is very easy in minecraft. Just do drawRect // drawRect is a gl11 function already in minecraft Gui class typing it will call it, the rest describes its size and so forth.
so as an example drawRect(10,11,21,20,0x90ffffff);
drawRect(start x cord, start y cord, end x cord, end y cord, color code); semicolon because . . . Let's just say if you have to ask you shouldn't know.
As far as the color code for rect is concerned ffffff is the color code and 90 is it opacity "ff" is solid or 100% opaque 90 is 90% opaque 10% transparent. If you need any other help with this or if you are really stuck with other coding issues feel free to pm me.