Jens Kutschke
Jens Kutschke
> I saw the article of a Swing application with FlatLaf running on Webswing We do exactly that, to demo the application to interested users without requiring an install. I...
https://user-images.githubusercontent.com/3729754/162146744-826b7717-ab35-45fa-a1cd-a62410f68c3e.mov
Hi Karl, it also happens for the textfield, but to a much smaller (hardly recognizable) degree. When revealing the password, password field seems to behave much like the text field...
I am using a custom font - could this be an issue? ``` InputStream is = StartupSplashFrame.class.getResourceAsStream("/fonts/exo2/exo2-bold.ttf"); Font font = Font.createFont(Font.TRUETYPE_FONT, is); this.jPanel5.putClientProperty(FlatClientProperties.COMPONENT_ROUND_RECT, true); this.txtUser.setFont(font.deriveFont(Font.BOLD, 24)); this.txtUser.setForeground(DefaultColorTheme.COLOR_LOGO_BLUE); this.txtUser.putClientProperty("JTextField.placeholderText", "Nutzername"); this.txtUser.putClientProperty("JTextField.leadingIcon",...
> Perhaps this should also be used for existing themes to make menus look more beautiful. > Any opinions? Awesome work, looks great to my eyes, even with non-macOS /...
Isn't that a core concept of JavaFX?
I am seeing the same effect using Sardine 5.9, release 11.2 with Nextcloud 18.04. Upload methods return without exception - both with the header parameter set to true and false,...
Just for the records, it seems to be related to chunking as @TobiWineKenobi already mentioned. I found quite a few users having this problem, and while there are workarounds by...
> I don't wish to integrate yet another webdav library, so fixing the current one is more important for me. I totally agree. > Have you tested the uploadFile method...
@a-schild thanks for looking into this. Yes, I agree it seems like a server problem, because the nextcloud-java-api implementation seems to work for some, and not work for others. I...