Skip to main content
0 votes
0 answers
27 views

Context: I'm trying to make an app with java swing, however when trying to add a background to the Login Page, the image does not show up. It is there and moves other JComponents when adding a layout ...
MMT007_backUP's user avatar
0 votes
1 answer
33 views

I have a main activity with a button. When I press the button a hidden Surfaceview get visible and an animation shows. It's working really well. I have two problems. What is the proper way to declare ...
Tomas F.'s user avatar
  • 308
Advice
0 votes
2 replies
25 views

Oracle documentation mentioned it clearly. a lower bounded wildcard restricts the unknown type to be a specific type or a super type of that type. To write the method that works on lists of Integer ...
Melad Basilius's user avatar
0 votes
0 answers
9 views

I made sure the RPC URL definitely starts with wss, but Web3j still keeps fetching blocks at specific intervals instead of receiving them in real time. Do I need to call a different method? My Web3j ...
강백호's user avatar
0 votes
0 answers
17 views

I'm working on an Android app where users can add and remove restaurants from their favourites via the RestaurantPage activity. When I access the RestaurantPage activity from the UserFavourites ...
999's user avatar
  • 11
0 votes
0 answers
26 views

i recently migrated from java17 to 21. I use logback MDC to log http request and response. each http request may lead to execute several resttemplate sync call. i use mdc to generate UUID as traceId ...
Bashir Zamani's user avatar
0 votes
0 answers
54 views

I cannot get a list of files ending with .pdf, I have tried everything, it lists everything else in the folder, except for the pdf's, what is wrong with this. The program then displays the list in a ...
Roy's user avatar
  • 9
1 vote
0 answers
32 views

I'm using Spring WebClient in my Java application to authenticate with Keycloak. The issue I'm facing is: The first WebClient request takes a long time (5-9 seconds), but all subsequent requests are ...
Anish's user avatar
  • 27
-1 votes
0 answers
55 views

When upgrading H2 to the latest 2.4.240, the H2 specific tests failed with the following errors: insert into posts (content,created_at,slug,status,title,version,id) values (?,?,?,?,?,?,?) [23514-240] ...
Hantsy's user avatar
  • 9,609
-1 votes
0 answers
30 views

I'm designing custom automation report(Playwright with Java using Junit). Encountering issue where I'm unable to implement "auto focus" when I click on the scenario in the table. Focus ...
ShivaShankar163's user avatar
0 votes
0 answers
44 views

I am trying out way to install JRecord and CB2XML in my spring boot application. I tried to use the package through POM xml by mentioning the dependencies. <dependency> <...
ramakrishnar's user avatar
0 votes
0 answers
48 views

Let's assume I have the string "F%c3%bcr%20alle" in a xml file. It should translate to "Für alle". I can do the unescaping with JavaScript: let decoded = decodeURIComponent("F%...
PrfctByDsgn's user avatar
  • 1,062
0 votes
0 answers
60 views

There is a class with an EmbeddedId. @Entity @Getter @Setter @Table(name = "indicator_values") public class IndicatorValue { @EmbeddedId public IndicatorValueId id; @Column(...
2 votes
0 answers
67 views

I use JavaFX 26-ea+6 on Ubuntu 20.04 and it seems that WebView can't show webp images. This is my code: public class TestFx extends Application { @Override public void start(Stage ...
SilverCube's user avatar
  • 1,148
0 votes
1 answer
37 views

In https://github.com/enola-dev/enola/pull/1927 I attempted to add signature validation for WebSocket authentication security to my https://github.com/enola-dev/twilio-conversation-relay-java Java ...
vorburger's user avatar
  • 4,078

15 30 50 per page
1
2 3 4 5
127886