<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    I was solving Bug#14709. I was able to make checkbox and radiobutton support LaTeX. While trying to make listbox support LaTeX, I encountered a problem.</div><div style="font-size:12.8px">    When I tried to call ScilabSpecialTextUtilities.<wbr>setText() within the constructor of SwingScilabListBox resulted in a compatibility error as 'this' could not be converted to JComponent type. I tried to overload the setText method in ScilabSpecialTextUtilities so that SwingScilabListBox type variable could be passed to it but this also resulted in the same error. <br>   I think that the compatibility error is because SwingScilabListBox is not a part of the hierarchy of JComponent class.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">[javac] /home/nikhil/scilab_master/<wbr>scilab/modules/gui/src/java/<wbr>org/scilab/modules/gui/bridge/<wbr>listbox/SwingScilabListBox.<wbr>java:112: error: incompatible types: <anonymous ListCellRenderer> cannot be converted to JComponent</div><div style="font-size:12.8px"><br>   Am I proceeding in the right direction or am I doing something wrong? Is there any other way to do this?</div></div>