Forum: Java May 30th, 2008 |
| Replies: 0 Views: 4,121 .,'this is a simple java codes in w/c will enable to read a txt files. |
Forum: Java May 30th, 2008 |
| Replies: 0 Views: 8,017 ..'this is a simple program in w/c enables to create a txt file.
it ask input from user first then put that in the txt file.
:-) |
Forum: Java May 30th, 2008 |
| Replies: 1 Views: 4,403 ..this is a simple java code w/c allows to produce a beep sound.
timer also is being applied here.
hope it will help for any reason it may serve.
:-) |
Forum: C# May 23rd, 2008 |
| Replies: 1 Views: 415 ..I have a simple c# application...
on the form, it contain windows media player in w/c will be able to play music nd video files.
I have problem on it, while running the application in the other... |
Forum: Java May 22nd, 2008 |
| Replies: 1 Views: 809 ..I just want to have some answers about it..
-is posible that we can put a windows media player in our java program??
if yes, can anyone give some info on how could I do it..
or even the bets... |
Forum: Java May 19th, 2008 |
| Replies: 2 Views: 470 --whats this one???
this site is not for this kind of activity!
you said you need a help bt whre is d thing that you need to ask for help??
think first before you post |
Forum: Java May 19th, 2008 |
| Replies: 3 Views: 437 I just want to open the class file... |
Forum: Java May 19th, 2008 |
| Replies: 3 Views: 437 ..I am using ms acces...
what I want to know is how to open the class...
I know already how to get the data from my database...
my problem is how could I open the class in w/c will get the data... |
Forum: C# May 19th, 2008 |
| Replies: 1 Views: 485 ..is anyone knows how to get the cpu usage using c-sharp???
I got difficulties to find the tutorials of it..!
can you help me whats the code of it!!!!
tnx... |
Forum: Java May 19th, 2008 |
| Replies: 3 Views: 437 ..I made a simple project in java using JCreator..,
this is my first time to make a project file,.
I made a class named put_data in w/c will put some data in my database
then, I made also another... |
Forum: Java May 16th, 2008 |
| Replies: 5 Views: 42,238 ..its good to see how really sorting goes on!..
if we use java.util.Arrays.sort(array);
it makes us faster and easier!.,..
yah its much easier but this one is good to letting know your self on... |
Forum: Java May 16th, 2008 |
| Replies: 1 Views: 14,116 ..thanks for this one!
it help me during our project before!!! |
Forum: Java May 16th, 2008 |
| Replies: 8 Views: 4,662 .,.tnx for mking mhe laugh!!
hahahaha...
I remember this when I first encounter the world of programming!!Well, for the first time I really got difficulties on how to do this??
furthermore, its... |
Forum: Java May 16th, 2008 |
| Replies: 8 Views: 859 .,'just an idea..
try to read the input by each character..
use charAt() to do this,
while reading put a condition,,
if the character is a number then store it in an array in which you will... |
Forum: Java May 15th, 2008 |
| Replies: 2 Views: 422 ..'in my own way I prefer to put a condition like this:
int input=5;
if(input%2!=0)
System.out.print(input+" is prime number!");
else
System.out.print(input+" is not prime number!"); |
Forum: C# May 15th, 2008 |
| Replies: 5 Views: 2,885 .,tnx for all your concern about this problem guys!
I got it already...
:) |
Forum: Java May 15th, 2008 |
| Replies: 8 Views: 859 ...no effort=no answers!
try to solve it by your own!..
if you see some errors then post it..
maybe we can fixed it out!:) |
Forum: Java May 15th, 2008 |
| Replies: 9 Views: 784 .,...I got it already guys!
I made some changes i my driver connection..!
so far it works now!!!
tnx for sharing mhe your knowledge guys!!
:) |
Forum: Java May 15th, 2008 |
| Replies: 9 Views: 784 .,.tnx for all the concerns guys!!
I'll try my best to fix this out!
:) |
Forum: Java May 15th, 2008 |
| Replies: 9 Views: 784 ..I am using ms sql server,then is it necessary to put these
mysql-connector-java-5.0.7-bin.jar jar...
I thought mssql is difference than mysql...
well, I tried it also but still it doesnt... |
Forum: Java May 15th, 2008 |
| Replies: 9 Views: 784 .,I tried to put that..then this error occurs
java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at... |
Forum: Java May 15th, 2008 |
| Replies: 9 Views: 784 ..'I made a simple program in which will connect to ms sql...
then, after running the codes something is error!
can you help me to solve this out...
here is my code:
import java.sql.*;
... |
Forum: Java May 15th, 2008 |
| Replies: 1 Views: 478 .,'you dnt need to put a loop inside the while loop
you can made this one in this way...
try it!
import java.util.Scanner; //Needed for Scanner class
import java.io.*; //Needed for file and... |
Forum: Java May 15th, 2008 |
| Replies: 2 Views: 503 .,maybe you can try this one...
take a look with this example.,
int input=5;
if(input%2!=0)
{
System.out.print(input+" is prime number!");
//put the data this in your txt file...
} |
Forum: Java May 13th, 2008 |
| Replies: 2 Views: 1,348 |
Forum: Java May 12th, 2008 |
| Replies: 2 Views: 412 .,what is the best tutorial to know on how to insert an audio in my java program...
-any advice is highly appreciated...
alpe:) |
Forum: Java May 8th, 2008 |
| Replies: 1 Views: 406 I already got this one...
System.out.println("Hi!");
Thread.sleep(3000);
System.out.println("How are you there!");
thnx for it!,...
Although, I tried it using dialogbox.,... |
Forum: Java May 8th, 2008 |
| Replies: 4 Views: 554 .,thnx a lot guys!:)
I got it already.,... |
Forum: C# May 8th, 2008 |
| Replies: 5 Views: 2,885 .,'I created a program to put some data in a certain datagrid..
I succesfully made it...
but, the point that makes me confuse now is how to get that data in which i will be going to put in my... |
Forum: Java May 7th, 2008 |
| Replies: 4 Views: 554 can anyone help me with this one...
System.out.println("Hi!");
System.out.println("How are you there!");
-can i display this one controlling the time!
what i mean is..
display first the... |
Forum: Java May 6th, 2008 |
| Replies: 8 Views: 9,190 .,sory poh!!!
i'm still beginners in this site..!
I took crelessness with this one...
hehehehe!!!dont get mad guys! |
Forum: Java May 6th, 2008 |
| Replies: 5 Views: 4,231 actually i am still beginners in java...that's why!!!!
thanx a lot!!! |
Forum: Java May 6th, 2008 |
| Replies: 5 Views: 4,231 |
Forum: Java May 6th, 2008 |
| Replies: 5 Views: 4,231 .,'is any knows the code to delete a directory in java...
help me pls...
YOUR ANSWER IS HIGHLY APPRECIATED!.. |
Forum: Java May 6th, 2008 |
| Replies: 1 Views: 381 .,'is there any software in w/c we can simply creates a frame in java by just click and drop only???I still didn't know it????help me to know this pls....:) |
Forum: C++ May 6th, 2008 |
| Replies: 6 Views: 7,993 .,'can you make a simple java pogram like this one?...
if you did kindly post it if you mind.... |
Forum: C++ May 6th, 2008 |
| Replies: 6 Views: 7,993 .,'its nice program bro!!!nice one! |
Forum: C++ May 6th, 2008 |
| Replies: 6 Views: 7,993 is it java?why you post this one here??? |
Forum: Java May 6th, 2008 |
| Replies: 5 Views: 738 if you illustrate me the problem clearly maybe i can help...I didn't get the problem... |
Forum: Java May 6th, 2008 |
| Replies: 6 Views: 3,723 you must desclare this one first bro!
String q="";
q = answerField.getText();
int n1 = Integer.parseInt(q);
//email me whats the result ok!
jalpex91@gmail.com |