Search:

Type: Posts; User: XxClouDxX

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    1,008

    Comparing HashMaps

    I am very new to using hashmaps, as I was assigned to make a program that will become a basic chat server for telnet clients.

    I have included some commands for the user just in case the user wants...
  2. Replies
    1
    Views
    1,080

    [SOLVED] On Screen Keyboard help

    I am new to Java GUI and I wanted to make an onscreen keyboard.
    I just need help regarding the caps lock button and the shift button..

    any ideas on to how to implement the caps lock and shift...
  3. Re: Trying to create Triangles with Characters and Spaces

    try this piece of code I just made...Might help..:


    import java.io.*;
    public class p_no3{
    public static void main(String[] args){
    int e;
    int j;
    for (e=9;e>=1;e--){
    ...
  4. Re: Multi-Dimentional Array: I can't seem to print out the variables please help.

    Any good suggestions then? This program was supposed to print out what index the day and the time is, and then print a table of it. The purpose of the do-while loop there is for the user to input as...
  5. Multi-Dimentional Array: I can't seem to print out the variables please help.

    import java.util.Scanner;

    public class Scheduler {

    public static final String[] time = { "7:30", "8:30", "9:30", "10:30",
    "11:30", "1:00", "2:00", "3:00", "4:00" };

    public static void...
Results 1 to 5 of 6