GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : Java Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Exclamation
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 Go to last post
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?
14-Jul-2008 03:22
by slogeshwaran Go to last post
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...
14-Jul-2008 01:30
by InfoRequired Go to last post
1 948
Unhappy
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;
29-Jun-2008 23:13
by shilpak Go to last post
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?
28-Jun-2008 14:03
by TurboPT Go to last post
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.
26-Jun-2008 06:08
by TurboPT Go to last post
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),
19-Jun-2008 15:13
by shareefa Go to last post
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...
18-Jun-2008 09:04
by fakepoo Go to last post
1 1,057
 
by zo2zo2
Hello, How can I convert from a String to a Date format?? Is this possible? Thanks.
17-Jun-2008 20:38
by TurboPT Go to last post
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.
11-Jun-2008 16:37
by zo2zo2 Go to last post
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 Go to last post
8 1,254
Unhappy
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.
01-Jun-2008 09:37
by JustinFox Go to last post
1 256
 
by Meltdown
import java.text.DecimalFormat; }
29-May-2008 08:53
by JustinFox Go to last post
2 314
Smile
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 ).
29-May-2008 08:51
by JustinFox Go to last post
3 2,857
Question
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:
28-May-2008 04:12
by sudhaselvaraj Go to last post
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;
20-May-2008 14:36
by phoenix1234 Go to last post
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...
17-May-2008 10:25
by TurboPT Go to last post
9 303
Smile
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...
15-May-2008 20:30
by JustinFox Go to last post
1 836
Unhappy
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...
15-May-2008 14:05
by TurboPT Go to last post
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,...
15-May-2008 04:34
by TurboPT Go to last post
1 260
Thumbs down
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...
08-May-2008 08:10
by JustinFox Go to last post
1 234
Post New Thread

Recent GIDBlogProblems with the Navy (Chiefs) by crystalattice

Display Options Moderators
Showing threads 81 to 100 of 413 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 07:26.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.