Sorry messed up, post went to the wrong list.

2018-02-07 13:37 GMT+01:00 Markus Sandmann <[email protected]>:

> Hi,
>
> hm? I already described what is not working. Using JDK 9 some Imports
> cannot be resolved using the same Libary and Code as with JDK 7 (where the
> imports do work).
> Screenshots and Codeparts can be seen in the linked StackOverFlow Post.
>
> I don't know what else i could say about the problem. Because of the
> failing imports I can't use the Classes and Functions in the code like -
> for example- :
>
> [...]
>
> private HashMap<XSSFColor, XSSFCellStyle> xssfStyles;
>
>     public XLSXFileGeneratorWorker(JLabel statusLabel, File file) {
>         this.statusLabel = statusLabel;
>         this.xlsxFile = file;
>         this.xssfStyles = new HashMap<XSSFColor, XSSFCellStyle>();
>     }
>
> [...]
>
> Where the XSSFColor can not be resolved due to the import issue, etc.
>
> Or another example as simple as:
>
> XSSFWorkbook workbook = new XSSFWorkbook();
>
> doesn't work either because of the import problem.
>
> And as already stated, as soon as i switch back to JDK7 the exact same
> code works.
> Hope it is clearer now.
>
> Greetings,
> Markus
>
>
> 2018-02-07 13:27 GMT+01:00 Murphy, Mark <[email protected]>:
>
>> Not working is a very broad statement, what is happening, what did you
>> expect? What does your code look like?
>>
>> -----Original Message-----
>> From: arun.ka [mailto:[email protected]]
>> Sent: Wednesday, February 07, 2018 2:44 AM
>> To: [email protected]
>> Subject: Re: showInPane does not work
>>
>> Dear POI team and Mark,
>>
>> Please help me out of that issue.
>> showInPane not working for HSSF.
>>
>> BR,
>> ARUN
>>
>>
>>
>> --
>> Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected] For additional
>> commands, e-mail: [email protected]
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

Reply via email to