Skip to content

Tag: java

How to save an image using JFileChooser

Background info: I’ve made a program that uploads an image using JFileChooser and have made fill in the space of the JFrame. My Question: I’ve attempted implementing my method on a save button and so far I can pull up the JFileChooser but it will not actually save the image. So how would I go abou…

Fix OWLOntologyStorageException

I’m developing a Java application using owl-api. For testing I want to use a TestDataProvider to provide test data for unit-testing. I’m using version 5.0.0 because the tutorial I read is using this version too. I plan to update later. But I run in following exception at the last line of addOWLInd…