Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged swing
0
votes
763
views
1
answer
swing - Is The Java Tutorials Translucent Window example giving trouble to those playing with jdk7?
Here's the example. If you build and run TranslucentWindow in let's say, NetBeans IDE 7.0, which supports jdk7, you ... ... What it should be... See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
733
views
1
answer
swing - Java JScrollBar Design
I want customize the JScrollBar Design. I use Mac to develop the app with eclipse. I already tried to scrollPane ... : Thanks for every help. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
787
views
1
answer
swing - Java Dialog - Find out if OK is clicked?
I have a dialog for a client-GUI that asks for the IP and Port of the server one wants to connect to. I have ... , I can run some code. Thanks! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
688
views
1
answer
swing - All my java applications now throw a java.awt.headlessexception
So a couple days ago I had several working Java applications using the Swing library, JFrame in particular. ... setLocationRelativeTo(null); } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
602
views
1
answer
swing - How to effectively use cardlayout in java in order to switch from panel using buttons inside various panel constructors
I am new to using cardlayout and I have a few questions on how to implement it. I first ... (Box.createVerticalStrut(5)); horizontalContainer.add(submit); horizontalContainer....
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
670
views
1
answer
swing - Java Dynamically Loading a class
I am attempting to load classes dynamically into a component. I am using a file chooser to select the .JAR ... the URL into the URLClassLoader See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
510
views
1
answer
swing - Java: How to draw non-scrolling overlay over ScrollPane Viewport?
I'd like to use a ScrollPane to display an image in its Viewport, and also have a grid (or box, or any other type ... ()/2,getHeight()/2); } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
693
views
1
answer
swing - Why JScrollPane does not react to mouse wheel events?
I have a JScrollPane containing a panel with a BoxLayout (PAGE AXIS). My problem is that the JScrollPane does not ... to make it works again. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
612
views
1
answer
swing - How to minimize a JFrame window from Java?
In my Java app, I have a JFrame window, how can I minimize it from my Java program ? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
551
views
1
answer
swing - Drag and Drop from JButton to JComponent in Java
I searched on the internet for examples how to Drag and Drop JButtons to an Object but I could not make ... the ImageHandler class from here. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
727
views
1
answer
swing - Webkit browser in a Java app
I was wondering if there was a Java swing component that uses webkit. Is it possible to create a webkit browser in Java - must I use JavaFX ? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
638
views
1
answer
swing - Embed google maps in Java desktop Application
I want to embed google maps on a JPanel. Since I want features like zoom-in/out, using static images isn ... webpage to display google maps. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
548
views
1
answer
swing - What is the purpose of using Java Layout Managers?
It seems like whenever I am trying to create a program I always wind up using the setLayout(null); ... positioning between platform systems? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
536
views
1
answer
swing - Java Container remove method not working correctly
i hava added 1.TextArea 2.TextField then i start adding JButton successively on container...,now by using JRadioButton i ... ).rePaint(); } } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
476
views
1
answer
swing - How to print a JTable object in the Java application
Question Now once the data is fetched from the database and shown in the JTable object "table" embedded in the ... displayed table to a paper? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
439
views
1
answer
swing - Java - global, reusable loading dialog
I'm trying to implement a global loading dialog... I want to call some static function to show the dialog ... false; threadLoadingBar = null; } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
426
views
1
answer
swing - Secure Desktop Mode effect for java application
Does anyone now how to achieve a "Secure-Desktop Mode" (effect) such as one gets from the Windows Vista/7 UAC ... do quite well. Thanks to all. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
621
views
1
answer
swing - Java JTable change cell color
I would like to make an editable table and then check the data to make sure its valid. Im not sure how to ... how i would use this. Thanks. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
561
views
1
answer
swing - Java rotating non-square JPanel component
I am attempting to rotate a GridLayout filled with text labels to simulate a portrait orientation view due to an OS ... new Frame(); } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
685
views
1
answer
swing - Slide JPanel Content in a JForm on Java
I have a question. I want to make a swing form that, when clicking in a button he slides a panel (with ... ! Thanks In Advance, Luis Da Costa See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
882
views
1
answer
swing - Java - Check if JTextField is empty or not
So I got know this is a popular question and already found the solution. But when I try this it doesn't ... else { loginbt.setEnabled(true); } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
698
views
1
answer
swing - Embedding Gecko/WebKit in Java
I'd like to have Gecko, WebKit, or another webbrowser embedded in Java as a Swing/AWT control. I'm ... different than JRex or JWebPane. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
707
views
1
answer
swing - how to drag and drop files from a directory in java
I want to implement dragging and dropping of files from a directory such as someones hard drive but can't figure out how to ... true); } }); } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
417
views
1
answer
swing - java drag and drop
I try to get familar with drag and drop in java but all the tutorials I found were... (getting me angry ... wrong? Thank you for helping! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
573
views
1
answer
swing - Java game loop (painting) freezes my window
I'm changing "views" with cardLayout (this class has a JFrame variable). When a user clicks a new game ... JFrame in other class.) Thanks. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
511
views
1
answer
swing - Mirroring animated gif on load in Java - ImageIcon
So I have an animated gif that I load into an ImageIcon like this: Image image = new ImageIcon("image.gif"). ... would also be a huge help. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
410
views
1
answer
swing - Java Application, with multiple Scenes
I'm working on a java project, I handled every functionality but when it comes to GUI I'm a beginner. What I ... lot of views what should i do? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
0
votes
477
views
1
answer
swing - Problems with Java's Paint method, ridiculous refresh velocity
I'm developing a very simple version of R-Type as work for the university, but despite it works, the craft velocity ... } setPosicion(x, y); } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
swing
Page:
« prev
1
...
5
6
7
8
9
10
11
12
13
14
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] version control - How would you keep two slightly different repositories updated with the folders/files that they have in common?
[2] Java数据聚合问题请教?
[3] python - Import resources into FreeCAD macro
[4] React中import引入 react-markdown 这个插件为什么在本地开发正常使用,但是一打包就会失败
[5] Python批量修改文件,删除文件名称的中文
[6] c# - Code First The ForeignKeyAttribute on property '' on type '' is not valid. Entity Framework
[7] PHP对象复制奇怪问题
[8] 怎么取到 node 里 on 绑定的回调的返回值
[9] python - How can I create a path for file.write to follow when opening a file in append
[10] git - How to reference 'environment' in github action workflow?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...