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
767
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
739
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
793
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
692
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
606
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
676
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
514
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
699
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
618
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
557
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
733
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
645
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
552
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
540
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
481
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
443
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
434
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
628
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
566
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
689
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
886
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
704
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
712
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
420
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
577
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
514
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
416
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
481
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] nuxt.js - How to fix Uncaught (in promise) TypeError: Cannot set property of undefined
[2] Springboot 项目cpu占用高
[3] vue-element-admin 权限路由的问题
[4] thinkphp 配合 element 框架使用问题。
[5] 这两种情况对网站网页打开速度的影响?
[6] 关于js异步的问题
[7] python控制台程序如何实现最小化到托盘
[8] Which certificate and key does Kubernetes use to sign CertificateSigningRequests?
[9] 下拉option可以设置最大高度吗,超出显示滚动条
[10] vue,table的data更新了,而插槽内的数据如何及时更新
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
广告位招租
...