| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
by admin
The GIDForums™ Team is proud to announce that GIDForums™ is now among one of the very first Webmaster / Programming forums to offer a custom-written Java Syntax Highlighter BBCode (java] bb code) to it's valued members and readers.
Please use the java] and /java] tag pair to enclose any java code...
|
19-May-2007 05:13
by asdfg
|
10 |
4,578 |
|
|
by slogeshwaran
Hi ,
I have one question , If some know answer for this question pls tell me,
My Question is :
Creating a windows service application using java programming itself, it's possible or not? and tell some brief explanation also?
|
|
2 |
297 |
|
|
by InfoRequired
I have a file which has few Thai language words. I need to decode with TIS-620 charset.
I have tried with a standalone program.When I run the program and try to print the local lang program..it simply prints ??? in Eclipse console......When I try to print the Byte Array with the charset...
|
|
1 |
948 |
|
 |
by shilpak
This is code for read and display the contents of file. How to do this using multithreading? Please help me out.
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
|
|
2 |
341 |
|
|
by zo2zo2
Hi,
If I have a long variable, for ex:
double x = 23.3423148
and I want to print it but with certain number of decimals...
let's say to be like this: 23.342
what should I do?
|
|
1 |
640 |
|
|
by mamz
im building an online channeling system for my project. can any one advise me of the technologies i should use. currently planning to use JSP, my Sql.
|
|
1 |
315 |
|
|
by shareefa
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class comBox1 extends JFrame
{
JComboBox images;
JLabel label;
String name={"1.jpg","2.jpg","3.jpg","4.jpg"};
ImageIcon icons={new ImageIcon(name),
new ImageIcon(name),
|
|
2 |
556 |
|
|
by InfoRequired
Hi,
I want to check a string whether it contains roman numerals and if yes replace it with another character.I wrote a sample program given below.
public class test2{
public static void main(String s){
String string="XVdummyCDBankIMName ";
String oldchar1="X";
String oldchar2="V";
String...
|
|
1 |
1,057 |
|
|
by zo2zo2
Hello,
How can I convert from a String to a Date format??
Is this possible?
Thanks.
|
|
1 |
453 |
|
|
by zo2zo2
Hi,
I need a java code for the replacement algorithm in a proxy server cache using LRU (Least Recently Used) and LFU (Least Frequently Used)...
Any help?
Thanks.
|
|
0 |
632 |
|
|
by wedel
Hello
i have a problem with a calculator program and i need your help. I'v just started by doing the addition of 3 numbers 1,2,3 and it will be the same thing if the first operator works and this is my problem : when i'm doing for example ( 1 + 2) the result is (4) it always gives the addtion of...
|
03-Jun-2008 09:57
by wedel
|
8 |
1,254 |
|
 |
by mamz
How can I use Eclipse to make mobile application using J2ME? What should I have? I downloaded the wireless tool kit. Please help.
|
|
1 |
256 |
|
|
by Meltdown
import java.text.DecimalFormat;
}
|
|
2 |
314 |
|
 |
by sudhaselvaraj
Hi Guys, could you please help me to write codings to convert PDF file into Excel form using java code. (without using PDF convertor:D ).
|
|
3 |
2,857 |
|
 |
by sudhaselvaraj
Hi guys,
Am biginner to JAVA. Kindly somebody tel me the API to read PDF file, and could u plz help me to convert a PDF file into Excel format using Java code without using any convertor. Thanks in advance!!
:cry:
|
|
0 |
272 |
|
|
by phoenix1234
I'm having trouble figuring out what is wrong with my program. It's a bit long but I really do need your help. Thanks.
import java.util.Scanner;
import java.text.NumberFormat;
public class Amoritization
{
private static double loanAmount;
|
|
10 |
692 |
|
|
by javachallenged
Hi, this program is "supposed" to take an integer from a user, decide if it's prime and write it to a file if it is. It's supposed to have a method in it called "isPrime," which I'm not sure I'm doing right either. I'm having so many problems with this, and feel like I'm going in circles. Any...
|
|
9 |
303 |
|
 |
by foxon177
Using Java Web Start to Launch NetBeans
Posted by hansmuller on January 09, 2006 at 04:21 PM | Comments (23)
About six months ago I had a dream. Not the sort of dream that makes you wake up shrieking or smiling, and not the kind that brings you down from the mountain top or even gets you off the...
|
|
1 |
836 |
|
 |
by Barman007
Well my problem is I coded a game and got everything working nicely so I decided I wanted to make a GUI in JFrameBuilder and transfer my code into that. Well I havnt been to sleep and 24 hours later I still cant get the code to work. I made a start button and thought I could just execute all the...
|
|
18 |
705 |
|
|
by javachallenged
I'm trying to write a program that reads lines from a txt file, then prints them out with the number of the line it is in front and a colon afterwards as follows:
1 textFromLine1 :
2 textFromLine2 :
etc...
The program I wrote, however, calls the text lines up, but puts a one in front of each line,...
|
|
1 |
260 |
|
 |
by fred
Hello guys I would be more than grateful if I got the answers to the following questions
1) What happens if you change the name of the source code file e.g ''helloearth.java instead of helloworld.java?
2) What happens if you keep the name of the source code file the same e.g "helloworld.java" but...
|
|
1 |
234 |