Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for cuzzoâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287325 |
Post edited: |
— | about 2 years ago |
Edit | Post #287325 |
Post edited: |
— | about 2 years ago |
Edit | Post #287325 |
Post edited: |
— | about 2 years ago |
Edit | Post #287325 |
Post edited: |
— | about 2 years ago |
Edit | Post #287325 | Initial revision | — | about 2 years ago |
Question | — |
Why is IntelliJ not finding these modules? So to preface I started a new JavaFX project in IntelliJ and all of this is from what was auto-generated out of the box. The modules I'm having trouble with are List of modules that werent found Edit to make this post more query friendly ``` eu.hansolo.fx.countries eu.hansolo.fx.heatmap eu... (more) |
— | about 2 years ago |
Comment | Post #286151 |
I compiled it from the folder that both files were inside of. I am not sure if that is the same thing as the source root directory or if it was one folder back (more) |
— | over 2 years ago |
Edit | Post #286151 |
Post edited: |
— | over 2 years ago |
Edit | Post #286151 | Initial revision | — | over 2 years ago |
Question | — |
Java cannot find class within same package I've written a class object, `QueueObject`, but when I try to construct it inside of my main class, it says it cannot find the symbol on compilation. I've read lots of pages saying how misspellings or import failures could cause it but both files are in the same package and I double checked spelling ... (more) |
— | over 2 years ago |
Edit | Post #285495 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285495 | Initial revision | — | almost 3 years ago |
Answer | — |
A: java.lang.UnsupportedClassVersionError: when trying to connect to JDBC with JDK 14 in Eclipse Apparently despite me changing my JDK locally on the project itself, once pushed to Heroku, the application was still being built and compiled using JDK 1.8. To solve the issue, I included a system.properties file in the project directory with: `java.runtime.version=14` for JDK 14 (more) |
— | almost 3 years ago |
Comment | Post #285493 |
Yes, that is why I am confused. Regardless of if I have 2 java versions installed or not, the project is using a single JDK. (more) |
— | almost 3 years ago |
Edit | Post #285493 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285493 | Initial revision | — | almost 3 years ago |
Question | — |
java.lang.UnsupportedClassVersionError: when trying to connect to JDBC with JDK 14 in Eclipse I'm trying to connect to a db file in my project but having some troubles. I'm using JDK 14 with ojdbc11 however I am still getting this when trying to connect: java.lang.UnsupportedClassVersionError: oracle/jdbc/driver/OracleDriver has been compiled by a more recent version of the... (more) |
— | almost 3 years ago |
Comment | Post #285394 |
Doh! I was trying to print out builderEmelent.toString() but it didn't print because it couldn't be instantiated! Thinking about it, it may be better to iterate through the list, grab the 'discordId' field and compare it to the authors ID. Thank you for the comment. (more) |
— | almost 3 years ago |
Edit | Post #285394 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285394 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285394 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285394 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285394 | Initial revision | — | almost 3 years ago |
Question | — |
How do I properly format a String for parsing with a com.google.gson.JsonParser I am trying to check a JSON array for a certain element. However, when I try to instantiate a JsonElement to search the list for: JsonElement builderElement = JsonParser.parseString( "{\"discordId\":" + event.getAuthor().getIdLong() + ",\"discordTag\":" + event.getAuthor().g... (more) |
— | almost 3 years ago |
Edit | Post #281589 |
Post edited: |
— | over 3 years ago |
Edit | Post #281589 |
Post edited: |
— | over 3 years ago |
Edit | Post #281589 | Initial revision | — | over 3 years ago |
Question | — |
Changing the font of an entire JTable column. I know I can change the font of each cell individually by overriding `getCellRenderer(row, col)` in JTable but I want to be able to change the font of an entire column at once and, ideally, have the renderer edit the font of the text in my table model. I have a custom cell renderer already, shown... (more) |
— | over 3 years ago |
Edit | Post #281588 | Initial revision | — | over 3 years ago |
Answer | — |
A: Changing the font of a certain cell within a JTable It turns out that my table cell renderer I was using wasn't initialized -.- (more) |
— | over 3 years ago |
Edit | Post #281537 |
Post edited: |
— | over 3 years ago |
Edit | Post #281537 |
Post edited: |
— | over 3 years ago |
Edit | Post #281537 | Initial revision | — | over 3 years ago |
Question | — |
Changing the font of a certain cell within a JTable I am trying to change the font type and size in a JTable cell. Ive looked at tons of posts and while most don't produce stack traces, they don't seem to do anything either. Here is the code I currently have. The result of the code within `BorderLayout()` is making my table look like a blank white ... (more) |
— | over 3 years ago |
Edit | Post #281058 |
Post edited: |
— | over 3 years ago |
Edit | Post #281058 | Initial revision | — | over 3 years ago |
Question | — |
Trying to create a POST request with Apache []()I have tried many different ways to do this with apache but the server seems to not be receiving the data. Stacktraces are not being printed so I can only assume I have the request set up wrong for the server to receive the data. My current code looks like this: try { fixUntrustCe... (more) |
— | over 3 years ago |
- ← Previous
- 1
- 2
- Next →