Help coderanch get a
new server
by contributing to the fundraiser

Talha-bin -Shakir

Ranch Hand
+ Follow
since Jan 26, 2006
Merit badge: grant badges
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Talha-bin -Shakir

i didn't get what do you mean should i need to scale like this:

g2.scale(243,154);

or

g2.scale(pf.getImageableX(), pf.getImageableY());

I have tried both ways but still no result. so can you please elaborate in a bit detail for me thanks.
15 years ago
I have a picture on a JPanel and the size of Panel is 700x440 I need to print this panel with the size of 243x154 as a card size. I used paper.setSize(243,154) but still its printing with the same 700x440 size. How I print this with the 243x154 size. If i save Panel or save picture with this size the quality of picture effected. So I have to print this 700x440 Panel with 253x154 size. Please anyone help. Here is my Code:



Thanks
15 years ago
I am working on a swings application I have a Jpanel, I am facing serious problem with printing this JPanel data with "card printer". This is working fine when i using paper color printer but when i am using card printer its printing nothing. I have tested the printer using some Images and it is printing fine when i print any Image directly but using my application having problem the card printer not receiving any data while the paper printer is printing fine. Any one faced this before or anyone please help me out. This is my code:

15 years ago
Hi,
i have few textfields on my frame. I want to know the textfield name which is currently focused. can someone please help me. How to know the current focused object name.

Thanks
15 years ago
Hi,

I am working on a KIOSK System. And need to do a on screen key board. I have no idea about it that how to do. So can you guys please help me out to do this. Any one have some idea about it.
Thanks
15 years ago
i mean by attach is "uploading image" in SQLServer using JSP. Can please someone give me any useful link.
Thanks
15 years ago
JSP
Anyone can help me to attach image in a JSP page.
15 years ago
JSP
Hi,
Best of luck for your exam but what kind of help o you need. Can you specify the topic in which you are having confusion to understand.
Hi,
I hope this article will help you to understand connection pooling.

http://www.datadirect.com/developer/jdbc/topics/connpooling/index.ssp
Database normalization is process to organize database efficiently. There are 2 major reason for this process. one is to reduce data redundancy. And second is data dependencies.

http://databases.about.com/od/specificproducts/a/normalization.htm
As you have asked about the unit, so all the units of this are in pixels.
I want to split a String which has 5 parameters now and all parapets are dynamic. simething like this.

TeamE @ 2.8 # BS00001 $ GameBS % MarketM.

@,#,$,% all are my separators now i need to split the string in five parts. like

TeamE,2.8,BS00001,GameBS and MarketM.
So how i split it using my separaters for example i want to print
From @ to #. that is 2.8.

Please give me any idea.
[ February 14, 2007: Message edited by: Bear Bibeault ]
Specify the following below the <HEAD> in the HTML response.

<meta HTTP-EQUIV="REFRESH" CONTENT="10" URL= "http://www.pagename.jsp">

The HTML Response page will automatically redirect.
i want to send the values of a check box array to a jsp page using ajax. when i checked the check box so the value of that check box should send to my JSP page. Please any one have any idea about this.
Help me.