No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
22 Posted Topics
Hi how can i execute a statement if only radio button is checked and Jbutton is click? i know how to use them Individually. i try to use like this [code] public void actionPerformed(ActionEvent event) { Object src = event.getSource(); if (src==radio1 && src == buttonclick) JOptionPane.showMessageDialog(null,"Raido1 is checked"); }[/code] …
hi all, i am working on small RMS and got problem to print receipt using pos printer. the expected out put is like that. [CODE] XYZ Ltd London, Uk Transaction #: 100 Date: 11/12/2008 Time: 09:10:10 Cashier: Fred Item Qty Unit Price 567577 xyz 2 £12.00 687687 abc 1 £19.98 …
Helo every one. i m workin with jlist and i got several items in jlist i want to store this items into txt file and read it later. is it possible to do it? any help will be apprict. hop i explained wel ... thx
hi i m using Asp.net and i want copy random 20 records from one table to another table in ms access database using Asp.net. and also i want have My primary key 1 to 20 in new table . if any one can help that would be really helpful thx
well javaAddict says the way is good, without looking at your code. when you are running timer i guess you are adding a time in some variable. so whevever u hit the start button just always set variable value to zero. if you need more help just post your code. …
Hi all how can i display data in data grid after reading txt file using vb.net. i got no problem in reading txt file. i just want to know how to display those data into data grid. if any can help that will be gr8. thx
helo every one! how can i split string in vb 6??? i got some string in list box which looks like this item1 4 4.50 item2 2 4.00 item3 5 10.00 now i want to split that line into 3 different string. any help will b appreciate . thx
ohh well, set the object visible just u have created. you have create the object but did not make it visible. hope it wil help u.
well, you mean tomcat apache server or something else? make it clear what you looking for ?
at first you need to wrap your code using code tag like this [code] import java.util.*; public class FlipCoin [/code]
you can try this hope it will work for you. [code] label24.text =Math.Round(a/b, 2) [/code] or try this [code] label24.text = Format(a/b, "0.00") [/code] try both hope it works with you
hi all how can i draw rectangle for each graphic. on the picture, each rectangle is create as graphic. pls help.
everything are seems fine just need to update dataset [code] rows = mycmd.ExecuteNonQuery() con.Close() ds.AcceptChanges() da.Update(ds)[/code] should work fine.
hi all i got problem on JProgress bar. when i click on button progress doesn't show. it display after completing the progress [code] class A{ //button clic ProgressBar frame = new ProgressBar(); frame.pack(); frame.setVisible(true); frame.iterate( ); class ProgressBar extends JFrame //inner class of A { JLabel l1; JProgressBar current; Thread …
ohhh well, your counter is array integer type so your condition is must compare with some value..... [code]//processing phase counter[2] = 5; // example while( counter[2] <= 10);//loop 10 times {[/code] try this... however i dun know what you are trying to achieve.
hi all i got problem reading multiple table from ms access using jdbc. i read two table from one class but i got 12 table to read. so how can i do dat? any help will be great thank you
hi i got problem in ma program. in my pro i got main window when i click on "Maze 1" button it create maze. it worked fine. when maze is created i slove maze. then i close to return main window. now when i hit the "maze 1" button it …
hi Is there any way of making the input to a inputbox show as astrix? Im entring a password and dont want it to be shown on the screen. Any suggestions would be great. Thankyou!
Helo every one i m trying to update record to ms database using vb.net. but i m getting error message. pls help me where i made mistake. here is my code. [code] Dim da As New OleDb.OleDbDataAdapter("SELECT * From tblCustomer", strPath) Dim cb As New OleDb.OleDbCommandBuilder(da) Dim ds As New …
hi, i got class A which class got some graphics to display. when i run the program in class A its fine, but i when run from class B it display like 40 sec delay. any one who can help me? really need help!
helo, can any one help to read one class from another class. i em knew with java actually. i got class a which has got sub class b static class. now i em trying to access class a from another class c using button. when in class c user click …
[QUOTE=leverin4;811563]I think that's what's going on. Does this mean I have to move my findNext() to a new class? Could you give me an example of how to do that? I've used the TumbleItem applet code, and the "How to use Swing Timers" tutorial to try and do it, and …
The End.
emint