The Swing Application Framework (JSR 296) is a Java specification for providing a simple application framework for Swing applications. It defines infrastructure common to most desktop applications, making Swing applications easier to create.
Questions tagged [saf]
50 questions
0
votes
0 answers
How to create a PDF document from ResponseBody into a Intent Android API 29
As of Android 10 (Q) Storage Access Framework deprecated the way we originally saved documents to external Download folder, I'm trying to create a PDF document without asking Android Writing
Storage permissions, prompting the user every time he…

Matheus Mesquita
- 49
- 5
0
votes
1 answer
Android (Xamarin) navigating folder tree through Storage Access Framework Uri
Attempting to navigate folder tree using Storage Access Framework and Uri, I am seeming some unexpected behavior. In short, my test case is a roundtrip DocumentFile -> Uri -> DocumentFile -> Uri test.
(code is for Xamarin but these are underlying…

Lars V
- 36
- 4
0
votes
1 answer
android 4.4 SAF Write file into SD
As you know,I want to save a text file into flash disk connected by otg line.On Adnroid4.4(API19),does it can create directory?I know how to save a file,but it have to click save button.I have a list of files have to save and save into different…

zhang
- 3
- 1
0
votes
1 answer
How to debug a DO_NOTHING_ON_CLOSE failure?
In a swing application I have, as I understand it, told the mainFrame of my application to DO_NOTHING_ON_CLOSE.
public SurveyView(SingleFrameApplication app) throws FileNotFoundException, IOException {
super(app);
…

fildred13
- 2,280
- 8
- 28
- 52
0
votes
0 answers
Error while implementing WCF
I am getting this message when I am calling a WCF service which is hosted on a server and developed on another server
Retrieving the COM class factory for component with CLSID {E063B04A-CB8B-460E-99D0-F7D8FA2FAAA2}
failed due to the following…

user3231898
- 1
- 1