translucency Questions
4
Solved
Due to navigation bar style being translucent, I get my first section header (section # 0) hidden under my navigation bar.
I know this has been asked before, and a workaround to it is to do:
sel...
Spiv asked 3/12, 2012 at 9:26
2
Solved
I'm not sure how I got this, and I can't find anything similar, but my software navigation and status bar are being drawn over my layout instead of my layout being fit between them.
How do I get m...
Tamah asked 20/8, 2015 at 21:12
8
Solved
I want the UINavigationBar in my app to be completely transparent and flush with the viewcontroller directly under it. However, the only code I could find makes it translucent but not transparent. ...
Alec asked 29/9, 2013 at 20:32
1
I was tried to remove system white splash before actual splash screen on application start.
I follow this topic: How To fix white screen on app Start up? and created translucent style for splash ac...
Nurmi asked 21/11, 2016 at 12:52
5
Solved
Here's the example.
If you build and run TranslucentWindow in let's say, NetBeans IDE 7.0, which supports jdk7, you'll get the following exception:
Exception in thread "AWT-EventQueue-0" java.aw...
Aglet asked 6/6, 2011 at 23:44
4
Solved
I stumbled upon this many times, never found a solution.
A UINavigationController's navigationBar can be set to black translucent like:
self.navigationController.navigationBar.barStyle=UIBarStyleB...
Brickkiln asked 21/7, 2011 at 19:16
0
I'm seeing a strange behavior of one of my UIAlertViews, which I have not seen before. When shown on iOS8.0.2 it pops into existence with a white background, then it gets translucency effect applie...
Jaynajayne asked 3/10, 2014 at 20:58
4
I didn't find the way to remove the translucent effect (iOS 7) to the UINavigationBar of MFMailComposeViewController. No problem for all other UINavigationBars in my app.
I tried this without succ...
Siegler asked 3/10, 2013 at 6:35
2
Solved
I created a MouseMotionDetection class which role is just to detect that the user has moved the mouse anywhere on screen.
For this purpose I created a new JFrame inside my class constructor with t...
Hf asked 24/8, 2014 at 1:49
1
Solved
I'm making a custom control circle. Part of the circle may be transparent. It would make more visual sense and look better if it was translucent instead of transparent.
Because views are rectangul...
Gatt asked 19/8, 2014 at 20:31
1
Solved
The base deployment of the app is iOS 7.0 and both device and the simulator are using 7.0.
The translucent effect on the simulator gives a blur to the content under UINavigationBar, but on the dev...
Lakenyalaker asked 27/9, 2013 at 16:14
2
Solved
Ok, I am not that versed in Java / Swing, and I am running into a problem. My application is throwing this error: "Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException: Th...
West asked 22/5, 2013 at 18:4
4
I am building an application with health information inside. This application will be consumer-facing with is new for me. I would like a method to put privacy concerns completely at ease. As I revi...
Magnate asked 21/1, 2010 at 13:22
3
Solved
Look at this picture :
here is the code that transparent's the frame:
GraphicsEnvironment ge =
GraphicsEnvironment.getLocalGraphicsEnvironment();
GraphicsDevice gd = ge.getDefaultScreenDevice...
Kidwell asked 25/4, 2013 at 15:40
3
Solved
In my problem I have an opaque JPanel and another JPanel that is translucent(semi-transparent) which sits on the first JPanel. When I have added radio buttons onto the top JPanel. The problem is ev...
Utham asked 17/7, 2012 at 3:21
1
Solved
I want to make the JFrame transparent, but the image on top of it to be non-transparent. This is what I have now:
Does anyone know a way to make only the JFrame transparent?
Here's my code:
i...
Zanezaneski asked 18/2, 2013 at 0:53
2
Solved
I was asking question about Translucent JFrame border (see here) and I got very good answers, but unfortunatelly, given answers work perfectly only on JDK 6, but not 7. Any ideas how to make it wor...
Newsy asked 4/5, 2012 at 14:37
1
Solved
I'm not sure if this is possible, but is there a way to safely allow popups to be translucent even when the parent container is also translucent?
If not, what would be wise alternative to use or ...
Hoffert asked 10/5, 2012 at 5:7
2
Solved
I want make JFrame border transparent, so I am trying to do so using my own Border class...
private class ShadowBorder extends AbstractBorder {
private static final int RADIUS = 30;
@Override
...
Bellina asked 2/5, 2012 at 7:31
3
Solved
Hy,..
how can i set the background transparent and "remove" the closeoperation (marked red) ?
I only want to show the card :-)
Thanks..!
Coetaneous asked 7/1, 2011 at 22:53
2
Solved
I'm in the need of a translucent AWT component/container to be placed on top of other components to receive the mouse events.
The problem here is to create a translucent component. My investigatio...
Wheelchair asked 15/2, 2012 at 9:13
2
Solved
I'm trying to paint a rectangle on my application in a red shade but I need to make it sort of transparent so that the component under it will still show. However I still want that some colour will...
Abc asked 13/11, 2011 at 10:36
2
Solved
Related to this question:
Is The Java Tutorials Translucent Window example giving trouble to those playing with jdk7?
with jdk1.6.0_26 I seem to be able to apply translucency to a JFrame, but not ...
Anglicist asked 8/9, 2011 at 20:5
1
Solved
I'm trying to have Aero Glass look in my JPanel. Is it possible do such a thing?
How to add Aero effect to JFrame - like this picture?
Longmire asked 12/8, 2011 at 4:25
2
I've been looking around and it seems like the answer is no, but the posts are dated so I was wondering if this has changed. Is it possible to set the status bar to translucent? I'm trying to do a ...
Plumlee asked 8/12, 2010 at 23:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.