Top "Foreground" questions

Mostly refers to an application or an element that is in the front of a view.

Java: How to I change the color of a specific line or row of string in a Text area?

the one way I could change the color is by setForground(). However when there are multiple lines of code it …

java textarea netbeans-6.9 foreground textcolor
How to bring a window foreground using c#?

I am trying to bring a window foreground. I am using this code. But its not working. Could someone please …

c# winapi window foreground
iOS NSNotificationCenter to check whether the app came from background to foreground

I have a situation in which i have to intialize an object everytime when it comes from background to foreground …

ios background nsnotificationcenter foreground
Java: Changing jLabel foreground color

I am developing app in netbeans. I have some buttons which I want to change on mouse event (MouseEntered,...) On …

java swing user-interface jlabel foreground
iOS how to judge application is running foreground or background?

As we all knows, if an iOS app is running foreground, then the app won't notify users when the remove …

ios foreground
Android NFC foreground dispatch problem

i'm completely new to android development and have to write a simple app for reading an nfc tag (with nexus …

android nfc foreground dispatch
Foreground Vs Active window

In Windows, what is the difference between foreground and active window? To be specific, under what circumstances can a foreground …

winapi window foreground
Determine if an app is running in the foreground when a notification is received on iOS

I would like to find a way to see what app is running in foreground or if the home screen …

iphone ios multitasking foreground
startForeground() does not show my Notification

I am trying to make my Service running in foreground. I tried to use this example (please look for the …

android service foreground
How to determine if an Android Service is running in the foreground?

I have a service which I believe to have running in the foreground, How do I check if my implementation …

android service foreground