Top "Icons" questions

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

What are best practices for using SVG icons on Android?

I am about to create my first Android native (so not browser based) app and looking for some good practices …

android svg icons
How to set Icon to JFrame

I tried this way, but it didnt changed? ImageIcon icon = new ImageIcon("C:\\Documents and Settings\\Desktop\\favicon(1).ico"); frame.…

java swing icons jframe
Change pinned taskbar icon (windows 7)

I wan't to customize the icon displayed within the windows 7 taskbar. When my app is running, I can do it …

c# .net windows-7 icons taskbar
Does .NET have icon collections?

Does .NET framework have a collection of icons for use in Windows Forms or WPF application somewhere? How does one …

.net wpf winforms icons
How do you get the icons out of shell32.dll?

I'd like to get the Tree icon to use for a homegrown app. Does anyone know how to extract the …

windows icons
Displaying an image in Java Swing

public class MinesweeperMenu extends MinesweeperPanel{ private JPanel picture = new JPanel(); private JButton play = new JButton("Play"); private JButton highScores = new …

java swing icons imageicon
Where are the Icons included with Visual Studio?

I heard that Visual Studio came with an Image Library, but I can't find it anywhere. Does anyone know where …

visual-studio icons
What does the brown asterisk icon on a file mean in Eclipse?

I am using the git plugin for Eclipse. Some of my files are marked with a brown asterisk. What does …

git eclipse-plugin icons
How to add own icons in bootstrap navbar

Working on a project, where i started on the navbar. The thing i am wondering if its possible to add …

html css twitter-bootstrap icons navbar
SVG icons vs. PNG icons in modern web sites

I'm wondering why so few modern web sites still use only PNGs for icons (but this assumption is just based …

html svg icons