Please provide the following info to narrow down the problem: 1. Are you typing a "dot" in Java source file? 2. What is the expected code after putting a "dot"? 3. If possible, please attach a small project with ".idea" folder that allows to reproduce the problem.
i mean when wish to set the layout for perticular Panel , the suggestion popup panel shows only perticular Layouts, eg. Jpanel panel = new Jpanel(new )
after the new its shows only few of layouts.
2.eg if i am trying to add direction to components like, BorderLayout.NORTH in this case after writing 'BorderLayout.' it dosent give any suggestion.
Thanks, I see. The cause isn't clear to me so far. Please provide this additional info: 1. Is BorderLayout class imported properly? 2. Are you able to navigate to BorderLayout declaration with Ctrl+B? 3. Does your module have an SDK associated with it? See "File | Project Structure | Modules | Dependencies | Module SDK". 4. Make sure that your java source files are located under "Source Folders". See "File | Project Structure | Modules | Sources".
Please provide the following info to narrow down the problem:
1. Are you typing a "dot" in Java source file?
2. What is the expected code after putting a "dot"?
3. If possible, please attach a small project with ".idea" folder that allows to reproduce the problem.
Thanx for replay,
i mean when wish to set the layout for perticular Panel , the suggestion popup panel shows only perticular Layouts,
eg. Jpanel panel = new Jpanel(new )
after the new its shows only few of layouts.
2.eg if i am trying to add direction to components like, BorderLayout.NORTH
in this case after writing 'BorderLayout.' it dosent give any suggestion.
Thanks, I see. The cause isn't clear to me so far. Please provide this additional info:
1. Is BorderLayout class imported properly?
2. Are you able to navigate to BorderLayout declaration with Ctrl+B?
3. Does your module have an SDK associated with it? See "File | Project Structure | Modules | Dependencies | Module SDK".
4. Make sure that your java source files are located under "Source Folders". See "File | Project Structure | Modules | Sources".
Thanks i resolved this problem.
How?