Red Hat Linux connecting via windows system used for x
manger software installed in windows system. X manager via
calling for Linux system.
No Answer is Posted For this Question
Be the First to Post Answer
who was first "woman" cheaf-minister in india and which state ?
4 Answers Hindustan Unilever Limited,
what is employee MAPPING in recruitment...?
during the rebate processing i got error that THE SALES VOLUME FOR AGREEMENT <101> IS NOT CURRENT.SO HOW TO RESOLVE THIS ISSUES?
if we define fiscal year varient with alphabet z it shows an error while creating asset master why?
How to Recognize List Boxes in WinRunner 7.5 while Recording...
suppose backgrd job is completed in 5 min yesterday,but the same job is taking 15 min to execute what is the reason?
Hi can any one help me below two steps in sap FICO, 1.Create document number ranges for company code. 2.Copy document number ranges to fiscal year. was trying to do it but i am not able to completing successfully,
Windows xp operating system . Remove some unnecessary software or any packages not removed in windows xp.
I have a problem with my notebook (Vista), when I turn on the pc this error comes up: Error loading C:\Windows\system32\byXnNDvt.dll Help me to solve this problem please!!
who have build this website?
wut is pre law
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.