- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
17 Posted Topics
[QUOTE=VernonDozier;1097822] I'm 39. I'm just starting to say "Back in my day..." and making up BS stories about how rough it was and how coddled today's youngsters are compared to "my day" and how much more we respected our "elders". At 19, you're WWWWAAAAYYYYY too young to say "Back in …
THE BEST: Eating ice-cream ^,^ teh worst :( : Watching friends, family, lovers die :'(
Nah, rabbits are awesome so you wouldn't want to explode them.
I'm making a text editor just because I feel like it, I know there are already good text editors out there and this one isn't going to be better but I still want to make one because, again, I feel like it. I'm using JFrame to make my GUI and …
How can I change the color of the font or text? I've tried area.setFontColor, area.setColor, comic.setColor. area is the JTextArea. comic is a font. arial is a font. I have a [code]final Color red = new Color(); red = Color.red;[/code] but I don't know how to set the Font or …
Is there a way to make a variable be able to be used in another .php file? E.G In PHP1.php $age="9"; $someOtherThing="1"; In PHP2.php echo $age+$someOtherThing; I have a statement to make, I hate being a n00b.
The class Newfile has a red zig zaggy line underneath it, The type Newfile must implement the inherited abstract method ActionListener.actionPerformed(ActionEvent). What does this mean? My code ^_^' : [CODE]import java.awt.FlowLayout; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.JFrame; import javax.swing.JOptionPane; import javax.swing.JButton; import javax.swing.JMenu; import javax.swing.*; import java.util.*; public class tuna …
Uh, I don't think I'm on the right lines but is there a way to connect to the internet and send some variables to a database?
The link from 'this tutorial' says that malware has been detected and I shouldn't proceed to the site.
Hi everyone, How do I create a timer in Java? It's for a quiz I'm making and I want a time limit for each question.
[CODE] import java.util.Scanner; class apples { public static void main(String args[]){ System.out.print("Hello, today I'm going to give you a quiz. \nWhat's your name?\n"); Scanner name = new Scanner(System.in); System.out.print(name.nextLine()); System.out.print(" Is a nice name.\nToday I am going to test your knowledge.\nLet's begin!\n"); int score = 0; System.out.print("Who is Bill Gates?\n1. …
Hello, I don't really know what to talk about but an admin PMed me to do this. (I'm assuming this happened to every as well.) I'm a beginner at C++ and C. I'm a little advanced with html. What to put now? I like programming but it's really hard, maybe …
The End.
TheSecOrg