Forum: Growing an Online Community Jun 20th, 2005 |
| Replies: 44 Views: 17,138 what ever ur if can stand the time it's great.........
somethings we will consider as great just like windows....
but after some time world will ask u wat's dat .if dy havn'y made a mark.
so the... |
Forum: Java Feb 23rd, 2005 |
| Replies: 10 Views: 16,754 u can go for a image processing in java
can go in GUI manner |
Forum: Java Feb 23rd, 2005 |
| Replies: 0 Views: 4,543 hey guys,
I have problem in printing from java
i have used PrinterJob in awt
but it's going mad sometimes . it's going to it's print method
two times
some times doesn't print anything |
Forum: Java Feb 23rd, 2005 |
| Replies: 8 Views: 2,100 hey can u paste fulll code ? |
Forum: Java Feb 23rd, 2005 |
| Replies: 4 Views: 3,741 for that u have to make it to a ".exe" file in windows for a standalone
executable application
for that pupose u can user JExpress .it's a great tool. |
Forum: Java Feb 7th, 2005 |
| Replies: 7 Views: 2,140 **************************************
Statement statement1 = con.createStatement();
****************************************
here is the problem u hav to give the query inside createStatement()... |
Forum: Java Dec 22nd, 2004 |
| Replies: 3 Views: 12,295 no u misunderstood i wann to create some template and fill
them with correct data .............. |
Forum: Java Dec 20th, 2004 |
| Replies: 4 Views: 1,871 u can use some ppty files to take the location an can configure
on dat about location.
dat's is the only possible way to make platform independent
for ex:. u can take systemroot as root
in... |
Forum: Java Dec 16th, 2004 |
| Replies: 3 Views: 15,975 HI,
How can we print an MS Word document from Java ???
We can print .txt files, but while printing .doc, it gives junk chars in print out when we set
DocFlavor docFlavor =... |
Forum: Java Dec 16th, 2004 |
| Replies: 3 Views: 12,295 I need to open a word doc template from a java application
and i also need to dynamically update the fields
in the template with some values from the java application..
Can anybody help... |
Forum: Java Nov 29th, 2004 |
| Replies: 5 Views: 6,623 u can read the whole amount of text in doc together and
pass it to u r fun. ther u can use stringtokenizer to get each string from ur
whole content string and den u can use replace fun of string |
Forum: Java Nov 23rd, 2004 |
| Replies: 2 Views: 2,079 thankx
but in Java we can directly asign one object to another
then other case ie; member wise assigning is not comng
am i right ..............
am a bit confused |
Forum: Java Nov 23rd, 2004 |
| Replies: 2 Views: 2,079 what is shallow copying ? |
Forum: Java Oct 18th, 2004 |
| Replies: 8 Views: 2,446 hav u look at my code
it much simpler than urs
bye eat good and think good |
Forum: Java Oct 18th, 2004 |
| Replies: 11 Views: 3,433 am avilable at jijoycl@sify.com
u can snd mails
bye |
Forum: Java Oct 17th, 2004 |
| Replies: 2 Views: 1,626 is it build file for ant or something others
if it is for ant ,(ant is a tool that help u to compile and make a jar file of
ur whole project)
plz reply
i will help u |
Forum: Java Oct 17th, 2004 |
| Replies: 8 Views: 2,446 am practising java for more than 4 yrs
i don;t have to copy it from u
man .................
but if u thing ur great genous just keep it in ur mind only
no need to tell./............ |
Forum: Java Oct 17th, 2004 |
| Replies: 9 Views: 4,455 u can use it bye
set
this.setContentPane(new JDesktopPane());
remaining everything as i have mentioned like above
thnkx............ |
Forum: Java Oct 14th, 2004 |
| Replies: 0 Views: 1,204 hey all
what are pros of jdic
ref avilable at java.net
try this........................... |
Forum: Java Oct 14th, 2004 |
| Replies: 7 Views: 5,086 plz don't do like this..................
they should do the hw themselvs |
Forum: Java Oct 14th, 2004 |
| Replies: 3 Views: 9,073 do u know somthing abt java
or using this forum for hw
............................................. |
Forum: Java Oct 14th, 2004 |
| Replies: 8 Views: 2,446 tht's very easy
class Test{
public static void main(String args[]){
int[] arr = new int[20];
for(int j=0;j<20;j++){
arr[j]=j;
}
for(int i=0;i<arr.length;i++){ |
Forum: Java Oct 14th, 2004 |
| Replies: 1 Views: 9,318 hi all
Can anyone tell me wat is Synthetic field in Java
if possible send me links also
thankx in advance |
Forum: Java Oct 14th, 2004 |
| Replies: 9 Views: 4,455 hi mmr
i have a piece of code for u
/************************************************/
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
class Test extends JFrame implements... |
Forum: Java Oct 13th, 2004 |
| Replies: 9 Views: 4,455 then u should be adding the button to the container of the 1st internal frame
and in the actionperfromed of the button please add the code i
specified. |
Forum: Java Oct 11th, 2004 |
| Replies: 7 Views: 4,170 u can just use if(accttype=='B') or not
no need of equalIgnorCase |
Forum: Java Oct 6th, 2004 |
| Replies: 9 Views: 4,455 u just add it to container of(ie,desktop pane) main frame ie;window of ur app and make it setVisible(true)
so
wer u r buton is now in main frame or in first internal frame?
if it's in main frame... |
Forum: Java Oct 6th, 2004 |
| Replies: 7 Views: 4,170 first thing u hav to do is not to assign the value of balance to 0 after reading
it from input.
Since amount and balance are same type(double) the system.out. will calculate their sum and will... |
Forum: Java Sep 27th, 2004 |
| Replies: 2 Views: 4,256 u can use PrintStream out = new PrintStream(new OutputStream(new FileOutputStream(new File("Name of ur file"))));
now u can use same line for wrting into file
like this... |
Forum: Java Sep 27th, 2004 |
| Replies: 6 Views: 6,776 hey please avoid the lazy procedural
always use oops
any way use BufferedReader br = BufferedReader (new InputStreamReader(new FileInputStream (new File("your file name"))))
and
use
String... |
Forum: Java Sep 23rd, 2004 |
| Replies: 11 Views: 3,433 sorry for the gap in reply
actually then way i tell is very easy u have to just use a class for defining all the acess privilages and read from there
ok i 'll try to send some coe snipplets for... |
Forum: Java Sep 23rd, 2004 |
| Replies: 1 Views: 7,393 u can either give the dsn name as in case of sql server or can give the ip address + port no of ur db server and then try to connect |
Forum: Java Sep 16th, 2004 |
| Replies: 9 Views: 2,480 ask ...........
free to ask............. |
Forum: Java Sep 15th, 2004 |
| Replies: 11 Views: 3,433 that's easy
u can define each user's access rights in some constants
and can store in backend along with his user id
while one tries to do a function u can chek if he have the right do it |
Forum: Java Sep 15th, 2004 |
| Replies: 11 Views: 3,433 If u want it in great looking industrial standard way
u can give him a logon screen
wen he submits u can check to ur backend storage and if avialable
proceed else can show err msg
u can have... |