hi,
i am trying to do modular test tree in winrunner but i am
getting error like "Error in the Expression list",can you
please tell e what kind of error is this?
thanks.
No Answer is Posted For this Question
Be the First to Post Answer
hai this is shanthi, is this code right? please check and correct the lines. import javax.swing.*; import java.awt.*; class Flow extends JFrame { JButton b1,b2,b3,b4; JPanel p; FlowLayout FL; Flow() { FL=new FlowLayout(FlowLayout.RIGHT,20,20); b1=new JButton("button1"); b2=new JButton("button2"); b3=new JButton("button3"); b4=new JButton("button4"); p=new Jpanel(); p.add(b1); p.add(b2); p.add(b3); p.add(b4); p.set Layout(FL); getContentPane().add(p); setSize(400,400); show(); } public static void main(String args[]) { new=Flow(); } } but i have an error in p.set Layout(FL); in this line. i tryed all the ways but it showing the in this line only. please check and correct it.
user type command ls -l it gives junk character...how to trubleshoot this problem
i want a list of top 10 nationalized banks in inda....can some expects help me???
If i need use vcredit or checque payment in form what should i do? Plz reply
If u look at the mirror image of a clock & the time showing is 2:07 what is the angel between the hour hand & minute hand ? Is it possitive or negative?
i set the path for java like set path=c:\Program Files\JavaSoft\jdk.....\bin but its not working. its showing an error like javac is not recognised. what can i do. could you please tell me what path i can set.
My question is in FLASH I will take 10 or 5 questions and last I will give my username and password and also I will give score to the answers which user submitted and that too the score and details of of the user should come in separate file, this entire thing should be done in Flash only. Is it possibe?
Red Hat Linux4.0 configuring in telnet server. Another one Linux system called via telnet . But not connecting in first system.
give me the detailed steps to run batch test in winrunner?
How can be avoid the Error while being Human we do mistakes???
during the rebate processing i got error that THE SALES VOLUME FOR AGREEMENT <101> IS NOT CURRENT.SO HOW TO RESOLVE THIS ISSUES?
how to overload main method in java?