<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "After clicking Exit Button, How to get "Thank you" with picture"]]></title>
		<link>http://forums.hotjoe.com/posts/list/14.page</link>
		<description><![CDATA[Latest messages posted in the topic "After clicking Exit Button, How to get "Thank you" with picture"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>After clicking Exit Button, How to get &quot;Thank you&quot; with picture</title>
				<description><![CDATA[ /*I have code this program in netbeans 6.5, also i have attached the file where i have wrote down my doubts about this application*/<br /> <br /> private void CalcBtnActionPerformed(java.awt.event.ActionEvent evt) {                                        <br /> <br />         float vAmtTF = Float.parseFloat(AmtTF.getText());<br />         double vDiscTF = 0; <br />         //double vNetTF = 0; <br />         double vDiscount = 0;<br /> <br />         if(visaRB.isSelected())<br />             vDiscount = 0.2;<br /> <br />         else if(xyzRB.isSelected())<br />             vDiscount = 0.15;<br /> <br />         else if(abcRB.isSelected())<br />             vDiscount = 0.1;<br /> <br />    vDiscTF = vAmtTF*vDiscount;<br />    DiscTF.setText(" " + vDiscTF);<br /> <br />    NewClass.vNetTF = vAmtTF-vDiscTF;<br />    NetTF.setText(" " + NewClass.vNetTF);<br /> <br />    dlgLBL.setText("Your net Bill Amount is " + NewClass.vNetTF);<br /> jDialog1.setVisible(true);<br /> <br /> <br />         // TODO add your handling code here:<br />     }                                       <br /> <br />     private void ExitBtnActionPerformed(java.awt.event.ActionEvent evt) {                                        <br />         new NewJFrame().dispose();<br />     }                                       <br /> <br />     private void okBActionPerformed(java.awt.event.ActionEvent evt) {                                    <br />        jDialog1.dispose();<br /> <br /> }                                   <br /> <br />     private void ClearBtnActionPerformed(java.awt.event.ActionEvent evt) {                                         <br /> <br /> AmtTF.setText(" ");<br /> DiscTF.setText(" ");<br /> NetTF.setText(" ");<br />         // TODO add your handling code here:<br />     }                                        ]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/662/2476.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/662/2476.page</link>
				<pubDate><![CDATA[Sun, 3 Jan 2010 00:18:07]]> GMT</pubDate>
				<author><![CDATA[ sumitdhruv]]></author>
			</item>
	</channel>
</rss>
