Questions tagged [icons]

An icon is a small pictogram used in graphical user interfaces to supplement the presentation of textual information to the user.

Icons may represent a file, folder, application or device on a computer operating system. In modern usage today, the icon can represent anything that the users want it to: any macro command or process, mood-signaling, or any other indicator.

9567 questions
4
votes
2 answers

Primefaces Change icons from p:rowEditor

i want to change the icons from the . Not the ui-icon-pencil, but the ui-icon-check and ui-icon-close. My CSS .ui-icon-check { background-image: url(../images/success_icon_16x16.png) !important; } .ui-icon-close { …
Tim
  • 643
  • 3
  • 12
  • 23
4
votes
5 answers

app icon appears on app simulator but not on device

I have my six Icon.png - Icon-Small@2x.png files in my project and they are listed the same way in my plist just like I have read. My icons show up when I run my app in the simulator, but not when I run it on my device. I am using xcode 4.5.2 and…
4
votes
2 answers

Java program appearing multiple times in system tray

I've built an application that hides in the system tray via the SystemTray class. Works ok, but when I quit the program and start it again, it doesn't remove the icon from the tray before hovering it with the cursor. Doing this multiple times causes…
MikkoP
  • 4,864
  • 16
  • 58
  • 106
4
votes
1 answer

How to Change Application icon from coding in iOS?

I want to change my application icon daily from codeing just like apple calendar app whaich shows daily date as icon of app. i want same is it possible?
hardik hadwani
  • 556
  • 6
  • 24
4
votes
1 answer

Click on icon in a JTextField and clear its content

I am trying to create a JTextField with an image and a hint. The function of the textfield is a search field to search some books. Now, I like to go a little bit further. I would like to give the image a function. For example, if I click on the…
user1885888
  • 135
  • 5
  • 13
4
votes
3 answers

Cropped Marker-Icons in Google-Map V3 (Sprite)

I show on a Google map (V3) markers. So that the icons be loaded faster, all the icons are stored in one sprite. I notice that the icons are sometimes cropped (at the bottom or / and on the right edge is missing a 1 pixel wide border).…
4
votes
2 answers

Add Home icons to mobile devices by clicking link

I have created a mobile website and it is working fine. Now I am creating a mobile home icon for both iPhone and Android. Is there any way for the user to create the home icon just by clicking a link in the website, rather than going through the…
udaya shakya
  • 209
  • 1
  • 3
  • 8
4
votes
1 answer

How can I give a Flat Package (.pkg) an icon which is seen on different computers?

I know it's possible to give a .pkg file an icon which is seen on my Mac, but I want to make it so it's seen by everyone who might get this package. I've seen this before so I know it's possible, but when opening a .pkg which does have an icon set…
whitfin
  • 4,539
  • 6
  • 39
  • 67
4
votes
1 answer

How to display balloon counter over application launcher icon on android

I would like to make an icon counter for andoid just like the Email and the Samsung Apps applications i have seen such requests from other developers, but you all say it can't be done. if so how come those 2 apps and other apps can do it? do i…
Waqleh
  • 9,741
  • 8
  • 65
  • 103
4
votes
2 answers

How to set up icon in JTable cell?

I am trying to add image Icon in Jtable's cell. I have a code as mentioned below. What should I do for that? package com.orb; private final LinkedList list= new LinkedList(); private final LinkedList checkList = new…
4
votes
1 answer

Android: Standard icons android.R.drawable with other color

Most of the standard icons of Android in android.R.drawable are gray in color. I want to use them in other color, that match to my app colors. And I don't want to create copy of these icons and paint them in Photoshop or any painting application. Is…
nrofis
  • 8,975
  • 14
  • 58
  • 113
4
votes
1 answer

Split action bar - icons overlap when I use android:showAsAction="always"

My problem is particular action item icon and "overflow menu" icon overlap each other in the split action bar as shown below. A menu resource file I use:
nagoya0
  • 2,768
  • 2
  • 23
  • 28
4
votes
5 answers

Are default program icons protected by copyright?

If you look at files in Windows Explorer, a DOC file has it's icon, a PDF, etc. That is if the application is installed on the computer. Are these icons copyright protected or can they be use in applications? Reason is: I want to show a standard…
Holgerwa
  • 3,430
  • 9
  • 42
  • 50
4
votes
1 answer

Xcode Add tabbar icon dynamically

I've read different answers about adding tabbar icons both in the app delegate and in the interface builder.I want to add them in my firtsviewcontroller, because I wanted to read the icon image name from the plist. It is suggested to do like…
Aitul
  • 2,982
  • 2
  • 24
  • 52
4
votes
2 answers

GtkToolButton with custom icon but of stock icon size

I've a GtkToolBar which has say 3 GtkToolButtons with each of these having a stock icon value, and hence they all appear in the same size; now I added a 4th GtkToolButton with a custom image (.png), which was of an arbitrary dimension and only this…
legends2k
  • 31,634
  • 25
  • 118
  • 222
1 2 3
99
100