Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Shaun1987

First you have to declare the array of control's that you want private JTextField[] txt = new JTextField[10]; private JButton[] button = new JButton[10]; then initilase an instance of that perticular control,like below JTextField t = new JTextField(); JButton btn1 = new JButton("button"); then call this method , that you …

Member Avatar for anand008
0
1K
Member Avatar for sowmyask7

I am trying to call the Oracle stored procedure in java. I have given below,stored procedure and java method which calls the stored procedure and returns the result set. I am getting the error Invalid column type :1111 or invalid column index. Can anyone tell me whats wrong in the …

Member Avatar for sincerelibran
0
5K
Member Avatar for sowmyask7

Please help me, I am new to Java . My xml file structure is as follows--- <Procedure> <SP> <ID>100</ID> <Name>Employee</Name> <Inputs> <Input NAME ="asasa" DATA="sasas"/> </Inputs> </SP> <SP> <ID>101</ID> <Name>Display</Name> <Inputs></Inputs> </SP> </Procedure> I have generated the classes for the xml file using the commmand xjc. Now I need to …

0
52

The End.