You are using code - it’s just that the NB GUI editor creates the Java code for you. The height of the combobox is constrained by how much space the containing panel is giving it. In other words, it doesn’t matter how tall you tell the combo box to be, if the panel doesn’t give it that much space, it’s irrelevant. I would look into that. I can’t help you any more since you’re not familiar with the basics of how Java Swing works nor how the NB GUI editor works. I would read up on Java Layout management.
Good luck, Tom > On Jan 12, 2023, at 11:06 PM, Murali Govind <murali...@gmail.com> wrote: > > Hi > > Thanks for responding. I am not using any code. I am using the GUI component. > > <PastedGraphic-1.png> > > I don’t know which of the properties will change the way it looks. > > Regards > Murali > >> On 12 Jan 2023, at 8:09 PM, Thomas Wolf <tjw...@gmail.com >> <mailto:tjw...@gmail.com>> wrote: >> >> Like I said earlier, it might be a layout issue. Saying “help” isn’t enough >> detail for anyone to actually help. You have to actually post the code that >> has the problem for people to try and help. Like the snippet of your code >> that creates the panel that has the combo box that has the problem. >> Tom >> >>> On Jan 12, 2023, at 2:46 AM, Murali Govind <murali...@gmail.com >>> <mailto:murali...@gmail.com>> wrote: >>> >>> Hi >>> >>> Apologies for the delay. I have tried all size like properties to make the >>> letters visible. None of them seem to work. Would you happen to know which >>> property I need to set? >>> >>> Regards >>> Murali >>> >>>> On 6 Jan 2023, at 8:28 PM, Thomas Wolf <tjw...@gmail.com >>>> <mailto:tjw...@gmail.com>> wrote: >>>> >>>> Not enough detail, but it looks like you’re not giving the combo box >>>> enough space to size itself around the size of the container items. Check >>>> the layout and/or size of the surrounding panel(s). >>>> >>>> Hope that helps >>>> Tom >>>> >>>>>> On Jan 5, 2023, at 10:25 PM, Murali Govind <murali...@gmail.com >>>>>> <mailto:murali...@gmail.com>> wrote: >>>>> >>>>> Hi >>>>> >>>>> I am able to change the size of the combobox. I can change the size of >>>>> font also. But the area inside the combobox where the text is displayed >>>>> remains the same size. As a result it truncates the text. >>>>> >>>>> <PastedGraphic-1.png> >>>>> >>>>> Anyone can help how to fix it? >>>>> >>>>> Regards >>>>> Murali >>> >