Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.
Hah, oops... I forgot about that stuff.
Well, the <VAR stuff is free for everybody to use. The other ones, probably not.
.zip"]You can download the hex files here. This was done in the days before the Doukutsu assembler, mind you... I think it kills the Undead Core.
I think perhaps you misunderstand
Volley is the artistic genius behind that picture, I just put in a request..
I even linked his DA on the pic :0
edit: It is okay. I will defend your honour :(
Alright, I'll check those out. A box layout with panels containing float layouts sounds like a good combination of easy and stylish.
How about the setup of it? Like, is it normal to have all the gui objects be private class variables, or would you create them within the scope of main, or some...
Maybe..? It's sort of a "spur of the moment" thing.
They say an understanding of anatomy is fundamental to being able to draw living things well.
I'm not very good at anatomy.
Well ideally it'd look like this: http://n0xid.files.wordpress.com/2011/02/mockup.png
although maybe no preview button, that's a little ambitious. I have a vague idea of how I could do it, but I'm not really sure what would be the *right* way to do it and that is something that bothers me. We...
What about something like this:
mov eax, 0D57
imul eax, eax, val
mov ecx, eax
shr eax, 10
and ecx, 0FFFF
shl ecx, 10
mov edx, 8E97
imul edx, edx, val
add edx, ecx
That probably won't work for large values of val but do you see my method?
Yo Wedge, I'm doing a bit of work in Java for school and was wondering if you could give me some pointers on GUI, like, swing and awt and stuff like that.