Java

I'm trying to attach graphics to a random card program - how do i do tihs?

I've created a helper class and a main class that allows me to generate 5 random cards and the output is the string value of each card. i now want to modify the code so that it will not only display the string value of each card, but will also display the graphical representation of the card.

here is the code that I'm using. I know that i need to declare what each each graphic is, which i have done. but i dont understand how, if the card selection is random, how do i tell the program which graphic to display?

[CODE]

import java.awt.*;
import javax.swing.*;

I'm trying to attach graphics to a random card program - how do i do tihs?

I've created a helper class and a main class that allows me to generate 5 random cards and the output is the string value of each card. i now want to modify the code so that it will not only display the string value of each card, but will also display the graphical representation of the card.

here is the code that I'm using. I know that i need to declare what each each graphic is, which i have done. but i dont understand how, if the card selection is random, how do i tell the program which graphic to display?

[CODE]

import java.awt.*;
import javax.swing.*;

string

hi iam new in java and i want to know how to chang acharacter in astring by using th index of this character by knowing i would use afor loop to indicte the required index

What Do You Guys Think? Is world ending in year 2012?

What do you guys think about the upcoming 2012?

Planet X Nibiru, if really exists and approaching, can be a big threat to the earth and its people.
Michel de Nostredame predicted some kind of huge space collision that will occur around year 2000.
Will the comet or asteroid really fall in the aegean sea (Greece) and huge tsunami will hit the mount Olympus (2917 metres high).
If he is right and mayans as well, it looks like the end of the world is really close.

I think something is going on alrdy... so many earthquakes in the last year, h1n1,irak....

JAVA code or javascript to login to a website dynamically through the code

HI frens,

This is girsh ,
i'm in a need of help,i need a utility such that i need to login directly into the websit using java code or javascript
please help me in fixing it up

My email ID is girish198798@yahoo.com

Thanks
Girish Kumar V

Restore mysql database using Java

Hello
This is Nikita

I need your suggestion
I made a JAVA program to take backup of MySQL database.
Which is as below
class FileInput {

public static void main(String[] args) {

try
{

Process runtimeProcess =Runtime.getRuntime().exec("C:\\Program Files\\MySQL\\MySQL Server 5.1\\bin\\mysqldump -u username -ppassword india -r C:/filename.sql");

int processComplete = runtimeProcess.waitFor();
if(processComplete == 0){

System.out.println("Backup taken successfully");

} else {

System.out.println("Could not take mysql backup");

}

Shifting data from txt file to database

Question Details:
I want to shift data from txt file to Database. The data is written in the following text format.

Record No. = 0001

Name : Abdul Rauf
Designation : General Manager
Join Date : 2007-12-31
Birth Date : 1980-05-17

.
.
.
.
.

Record No. = 5209

Name : Zahid Farooq
Designation : Watchman
Join Date : 2008-03-21
Birth Date : 1964-12-03

Can any body help me how to fetch record and put into database using Java/JSP. Database table is as below

ID numeric

how to make program to triple a salary each day?

hi there i have a problem where i cannot find a way to make a java program to Write a program which asks the user how many days he will be working. Then calculate and print the
amount of money he will earn if he is paid £1 for day 1, £3 for day 2, £9 for day 3, etc. trebling the rate
of pay each day.

Please help me with JAVA Calculations

Hi Guys...

My question cud be very daft but i am new to programming so please help.. need to complete assignment for my uni

i am trying to find average age of a Squad (n no.of players) but the code gives me wring answer
there are two classes 1. Players and 2. Club

In Player Class I have written this bit of code for gettingage of individual player:

public String getAge()
{

Calendar now = Calendar.getInstance();
int year=now.get(Calendar.YEAR);
int mon = now.get(Calendar.MONTH);
int day = now.get(Calendar.DAY_OF_MONTH);

how to create flowchart using source code

How to create flow chart using source code in java

Syndicate content
Java | Our website now yours! - Currenlty Java focussed.

Java

I'm trying to attach graphics to a random card program - how do i do tihs?

I've created a helper class and a main class that allows me to generate 5 random cards and the output is the string value of each card. i now want to modify the code so that it will not only display the string value of each card, but will also display the graphical representation of the card.

here is the code that I'm using. I know that i need to declare what each each graphic is, which i have done. but i dont understand how, if the card selection is random, how do i tell the program which graphic to display?

[CODE]

import java.awt.*;
import javax.swing.*;

I'm trying to attach graphics to a random card program - how do i do tihs?

I've created a helper class and a main class that allows me to generate 5 random cards and the output is the string value of each card. i now want to modify the code so that it will not only display the string value of each card, but will also display the graphical representation of the card.

here is the code that I'm using. I know that i need to declare what each each graphic is, which i have done. but i dont understand how, if the card selection is random, how do i tell the program which graphic to display?

[CODE]

import java.awt.*;
import javax.swing.*;

string

hi iam new in java and i want to know how to chang acharacter in astring by using th index of this character by knowing i would use afor loop to indicte the required index

What Do You Guys Think? Is world ending in year 2012?

What do you guys think about the upcoming 2012?

Planet X Nibiru, if really exists and approaching, can be a big threat to the earth and its people.
Michel de Nostredame predicted some kind of huge space collision that will occur around year 2000.
Will the comet or asteroid really fall in the aegean sea (Greece) and huge tsunami will hit the mount Olympus (2917 metres high).
If he is right and mayans as well, it looks like the end of the world is really close.

I think something is going on alrdy... so many earthquakes in the last year, h1n1,irak....

JAVA code or javascript to login to a website dynamically through the code

HI frens,

This is girsh ,
i'm in a need of help,i need a utility such that i need to login directly into the websit using java code or javascript
please help me in fixing it up

My email ID is girish198798@yahoo.com

Thanks
Girish Kumar V

Restore mysql database using Java

Hello
This is Nikita

I need your suggestion
I made a JAVA program to take backup of MySQL database.
Which is as below
class FileInput {

public static void main(String[] args) {

try
{

Process runtimeProcess =Runtime.getRuntime().exec("C:\\Program Files\\MySQL\\MySQL Server 5.1\\bin\\mysqldump -u username -ppassword india -r C:/filename.sql");

int processComplete = runtimeProcess.waitFor();
if(processComplete == 0){

System.out.println("Backup taken successfully");

} else {

System.out.println("Could not take mysql backup");

}

Shifting data from txt file to database

Question Details:
I want to shift data from txt file to Database. The data is written in the following text format.

Record No. = 0001

Name : Abdul Rauf
Designation : General Manager
Join Date : 2007-12-31
Birth Date : 1980-05-17

.
.
.
.
.

Record No. = 5209

Name : Zahid Farooq
Designation : Watchman
Join Date : 2008-03-21
Birth Date : 1964-12-03

Can any body help me how to fetch record and put into database using Java/JSP. Database table is as below

ID numeric

how to make program to triple a salary each day?

hi there i have a problem where i cannot find a way to make a java program to Write a program which asks the user how many days he will be working. Then calculate and print the
amount of money he will earn if he is paid £1 for day 1, £3 for day 2, £9 for day 3, etc. trebling the rate
of pay each day.

Please help me with JAVA Calculations

Hi Guys...

My question cud be very daft but i am new to programming so please help.. need to complete assignment for my uni

i am trying to find average age of a Squad (n no.of players) but the code gives me wring answer
there are two classes 1. Players and 2. Club

In Player Class I have written this bit of code for gettingage of individual player:

public String getAge()
{

Calendar now = Calendar.getInstance();
int year=now.get(Calendar.YEAR);
int mon = now.get(Calendar.MONTH);
int day = now.get(Calendar.DAY_OF_MONTH);

how to create flowchart using source code

How to create flow chart using source code in java

Syndicate content